Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 31) sorted by relevance

12

/chre-3.4.0/util/
Dbuffer_base.cc26 reset(); in ~BufferBase()
32 reset(); in wrap()
42 reset(); in copy_array()
58 void BufferBase::reset() { in reset() function in chre::BufferBase
/chre-3.4.0/util/include/chre/util/
Dunique_ptr_impl.h52 reset(); in ~UniquePtr()
73 void UniquePtr<ObjectType>::reset(ObjectType *object) { in reset() function
76 reset(); in reset()
81 void UniquePtr<ObjectType>::reset() { in reset() function
119 reset();
Doptional_impl.h41 reset(); in ~Optional()
50 void Optional<ObjectType>::reset() { in reset() function
86 reset();
115 reset();
Dunique_ptr.h107 void reset(ObjectType *object);
113 void reset();
Dbuffer_base.h61 void reset();
Doptional.h84 void reset();
/chre-3.4.0/external/flatbuffers/include/flatbuffers/
Dstl_emulation.h210 std::unique_ptr<T>::reset(u.release());
214 std::unique_ptr<T>::reset(u.release());
232 unique_ptr(unique_ptr&& u) : ptr_(nullptr) { reset(u.release()); }
234 reset(const_cast<unique_ptr*>(&u)->release());
236 ~unique_ptr() { reset(); }
239 reset(const_cast<unique_ptr*>(&u)->release());
244 reset(u.release());
249 reset(p);
265 void reset(T* p = nullptr) {
/chre-3.4.0/util/tests/
Dunique_ptr_test.cc114 myInt.reset(nullptr); in TEST()
121 myInt.reset(myInt2.release()); in TEST()
126 myInt.reset(); in TEST()
140 myInt.reset(); in TEST()
Doptional_test.cc87 myInt.reset(); in TEST()
169 container.reset(); in TEST()
/chre-3.4.0/apps/test/common/chre_audio_concurrency_test/src/
Dchre_audio_concurrency_test_manager.cc166 mTestSession.reset(); in handleTimer()
217 mTestSession.reset(); in handleAudioDataEvent()
228 mTestSession.reset(); in handleAudioDataEvent()
236 mTestSession.reset(); in handleAudioDataEvent()
/chre-3.4.0/apps/wifi_offload/test/
Drandom_generator.cc41 uniform_distribution_.reset(); in Reset()
/chre-3.4.0/chpp/
DRELEASE_NOTES.md18 …- Reset and reset-ack implementation to allow either peer to initialize the other (e.g., upon boot)
37 - Added initialization, deinitialization, and reset functionality for the link layer (see link.h)
63 …- Virtual link layer that connects CHPP with itself on Linux to enable testing, including reset, d…
69 - Reset / reset-ack handshaking mechanism fixed
99 In addition to enhancements and bug fixes, this release enables error and reset handling and severa…
130 - Client deinitialization and reset support
134 - Logging updates, including reset reasoning, avoiding %s for compatibility
152 - Fixed reopen failures after transport reset
DREADME.md82reset code is used at bootup to indicate that readiness, as well as to reset the state to post-boo…
83 A reset packet may optionally populate the Error Reporting entry with the reason behind the reset.
84 A reset packet has an optional configuration payload [TBD].
85 - 0x2 Reset-ack. Similar to reset, but sent as a response to reset, as described above.
/chre-3.4.0/platform/shared/include/chre/platform/shared/
Dnanoapp_load_manager.h87 mNanoapp.reset(nullptr); in markFailure()
Dlog_buffer.h171 void reset();
/chre-3.4.0/pal/util/tests/
Dwifi_scan_cache_test.cc75 gExpectedWifiScanEvent.reset(); in clearTestState()
76 gWifiScanResponse.reset(); in clearTestState()
195 gWifiScanResponse.reset(); in testCacheDispatch()
/chre-3.4.0/core/
Dwwan_request_manager.cc98 mCellInfoRequestingNanoappInstanceId.reset(); in handleFreeCellInfoResult()
Ddebug_dump_manager.cc126 mLastNanoappId.reset(); in sendNanoappDebugDumps()
Dwifi_request_manager.cc141 mScanRequestingNanoappInstanceId.reset(); in requestScan()
544 mScanRequestingNanoappInstanceId.reset(); in handleScanResponseSync()
649 mScanRequestingNanoappInstanceId.reset(); in handleFreeWifiScanEvent()
/chre-3.4.0/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc236 mWifiScanAsyncRequest.reset(); in handleWifiAsyncResult()
276 request.reset(); in validateGnssAsyncResult()
330 mWwanCellInfoAsyncRequest.reset(); in handleCellInfoResult()
/chre-3.4.0/platform/shared/
Dlog_buffer_manager.cc147 mSecondaryLogBuffer.reset(); in onLogsSentToHostLocked()
Dlog_buffer.cc133 void LogBuffer::reset() { in reset() function in chre::LogBuffer
/chre-3.4.0/platform/android/
Dhost_link.cc57 container.host_addr.reset(new fbs::HostAddress(hostClientId)); in sendFlatbufferToHost()
/chre-3.4.0/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc575 mTestSession.reset(); in sendTestResult()
576 mCachedRangingTarget.reset(); in sendTestResult()
/chre-3.4.0/pal/tests/src/
Dwifi_pal_impl_test.cc101 scanParams_.reset(); in SetUp()

12