Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dlog_buffer_manager.cc53 if (!mLogFlushToHostPending) { in onLogsReady()
59 mLogFlushToHostPending = true; in onLogsReady()
80 while (!mLogFlushToHostPending) { in startSendLogsToHostLoop()
151 if (!mLogFlushToHostPending) { in bufferOverflowGuard()
221 mLogFlushToHostPending = mLogsBecameReadyWhileFlushPending && success; in onLogsSentToHostLocked()
223 if (mLogFlushToHostPending) { in onLogsSentToHostLocked()
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer_manager.h166 bool mLogFlushToHostPending = false; variable