Searched refs:mGlitchCount (Results 1 – 1 of 1) sorted by relevance
867 bool gotLock = (mState == STATE_LOCKED) || (mGlitchCount > 0); in report()873 printf(LOOPBACK_RESULT_TAG "glitch.count = %8d\n", mGlitchCount); in report()875 if (mGlitchCount > 0) { in report()883 printf("st = %d, #gl = %3d,", mState, mGlitchCount); in printStatus()987 mGlitchCount++; in process()1039 mGlitchCount = 0; in reset()1095 int32_t mGlitchCount = 0; variable