Searched refs:mDebugDumpPending (Results 1 – 1 of 1) sorted by relevance
119 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