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