Home
last modified time | relevance | path

Searched refs:mSendLogsToHostCondition (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/platform/shared/
H A Dlog_buffer_manager.cc43 mSendLogsToHostCondition.notify_one(); in onLogsReady()
64 mSendLogsToHostCondition.wait(mFlushLogsMutex); in startSendLogsToHostLoop()
154 mSendLogsToHostCondition.notify_one(); in onLogsSentToHostLocked()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dlog_buffer_manager.h127 ConditionVariable mSendLogsToHostCondition; variable