/chre-3.4.0/util/ |
D | buffer_base.cc | 26 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/ |
D | unique_ptr_impl.h | 52 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();
|
D | optional_impl.h | 41 reset(); in ~Optional() 50 void Optional<ObjectType>::reset() { in reset() function 86 reset(); 115 reset();
|
D | unique_ptr.h | 107 void reset(ObjectType *object); 113 void reset();
|
D | buffer_base.h | 61 void reset();
|
D | optional.h | 84 void reset();
|
/chre-3.4.0/external/flatbuffers/include/flatbuffers/ |
D | stl_emulation.h | 210 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/ |
D | unique_ptr_test.cc | 114 myInt.reset(nullptr); in TEST() 121 myInt.reset(myInt2.release()); in TEST() 126 myInt.reset(); in TEST() 140 myInt.reset(); in TEST()
|
D | optional_test.cc | 87 myInt.reset(); in TEST() 169 container.reset(); in TEST()
|
/chre-3.4.0/apps/test/common/chre_audio_concurrency_test/src/ |
D | chre_audio_concurrency_test_manager.cc | 166 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/ |
D | random_generator.cc | 41 uniform_distribution_.reset(); in Reset()
|
/chre-3.4.0/chpp/ |
D | RELEASE_NOTES.md | 18 …- 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
|
D | README.md | 82 …reset 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/ |
D | nanoapp_load_manager.h | 87 mNanoapp.reset(nullptr); in markFailure()
|
D | log_buffer.h | 171 void reset();
|
/chre-3.4.0/pal/util/tests/ |
D | wifi_scan_cache_test.cc | 75 gExpectedWifiScanEvent.reset(); in clearTestState() 76 gWifiScanResponse.reset(); in clearTestState() 195 gWifiScanResponse.reset(); in testCacheDispatch()
|
/chre-3.4.0/core/ |
D | wwan_request_manager.cc | 98 mCellInfoRequestingNanoappInstanceId.reset(); in handleFreeCellInfoResult()
|
D | debug_dump_manager.cc | 126 mLastNanoappId.reset(); in sendNanoappDebugDumps()
|
D | wifi_request_manager.cc | 141 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/ |
D | chre_stress_test_manager.cc | 236 mWifiScanAsyncRequest.reset(); in handleWifiAsyncResult() 276 request.reset(); in validateGnssAsyncResult() 330 mWwanCellInfoAsyncRequest.reset(); in handleCellInfoResult()
|
/chre-3.4.0/platform/shared/ |
D | log_buffer_manager.cc | 147 mSecondaryLogBuffer.reset(); in onLogsSentToHostLocked()
|
D | log_buffer.cc | 133 void LogBuffer::reset() { in reset() function in chre::LogBuffer
|
/chre-3.4.0/platform/android/ |
D | host_link.cc | 57 container.host_addr.reset(new fbs::HostAddress(hostClientId)); in sendFlatbufferToHost()
|
/chre-3.4.0/apps/test/common/chre_settings_test/src/ |
D | chre_settings_test_manager.cc | 575 mTestSession.reset(); in sendTestResult() 576 mCachedRangingTarget.reset(); in sendTestResult()
|
/chre-3.4.0/pal/tests/src/ |
D | wifi_pal_impl_test.cc | 101 scanParams_.reset(); in SetUp()
|