Searched defs:protector (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/android/
H A DCallbackProtector.cpp42 SL_LOGE("Callback protector detected an active callback after destroy");
49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) { argument
50 if (protector != 0) {
51 return protector->enterCb();
53 SL_LOGE("Callback protector is missing");
65 SL_LOGV("Callback protector allowed multiple or nested callback entry: %u", mCbCount);
73 SL_LOGV("Callback protector denied callback entry by thread %p tid %d during destroy"
78 SL_LOGV("Callback protector denied callback entry during destroy");
94 SL_LOGV("Callback protector detected return from callback by thread %p tid %d during"
99 SL_LOGV("Callback protector detecte
[all...]

Completed in 48 milliseconds