Lines Matching refs:mCbCount
28 mCbCount(0)41 if (mCbCount) {62 mCbCount++;64 if (mCbCount > 1) {65 SL_LOGV("Callback protector allowed multiple or nested callback entry: %u", mCbCount);88 CHECK(mCbCount > 0);89 mCbCount--;91 if (mCbCount == 0) {118 while (mCbCount) {139 if (mCbCount) {