Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h119 mDebugDumpPending = true; in debug()
124 [this]() { return !mDebugDumpPending; }); in debug()
125 if (mDebugDumpPending) { in debug()
127 mDebugDumpPending = false; in debug()
539 if (!mParent.mDebugDumpPending) { in handleDebugDumpResponse()
542 mParent.mDebugDumpPending = false; in handleDebugDumpResponse()
590 bool mDebugDumpPending = false; variable