Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.cc109 mDebugDumpPending = true; in debug()
114 [this]() { return !mDebugDumpPending; }); in debug()
115 if (mDebugDumpPending) { in debug()
117 mDebugDumpPending = false; in debug()
523 if (!mParent.mDebugDumpPending) { in handleDebugDumpResponse()
526 mParent.mDebugDumpPending = false; in handleDebugDumpResponse()
Dgeneric_context_hub.h137 bool mDebugDumpPending = false; variable