Searched refs:mCbCount (Results 1 – 2 of 2) sorted by relevance
28 mCbCount(0) in CallbackProtector()41 if (mCbCount) { in ~CallbackProtector()62 mCbCount++; in enterCb()64 if (mCbCount > 1) { in enterCb()65 SL_LOGV("Callback protector allowed multiple or nested callback entry: %u", mCbCount); in enterCb()88 CHECK(mCbCount > 0); in exitCb()89 mCbCount--; in exitCb()91 if (mCbCount == 0) { in exitCb()118 while (mCbCount) { in requestCbExitAndWait()139 if (mCbCount) { in requestCbExit()
65 unsigned int mCbCount; variable