Searched refs:mLogFlushToHostPending (Results 1 – 2 of 2) sorted by relevance
53 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()
166 bool mLogFlushToHostPending = false; variable