Searched refs:mCbCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A DCallbackProtector.cpp28 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) {
[all...]
H A DCallbackProtector.h64 unsigned int mCbCount; member in class:android::CallbackProtector

Completed in 188 milliseconds