Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dlog_buffer_manager.cc60 mSendLogsToHostCondition.notify_one(); in onLogsReady()
81 mSendLogsToHostCondition.wait(mFlushLogsMutex); in startSendLogsToHostLoop()
224 mSendLogsToHostCondition.notify_one(); in onLogsSentToHostLocked()
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer_manager.h165 ConditionVariable mSendLogsToHostCondition; variable