Searched refs:enterCbIfOk (Results 1 - 6 of 6) sorted by relevance

/frameworks/wilhelm/src/android/
H A DCallbackProtector.h32 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
41 * This method must be paired to each call to enterCb() or enterCbIfOk(),
H A DCallbackProtector.cpp49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) { function in class:android::CallbackProtector
H A Dandroid_StreamPlayer.cpp126 if (android::CallbackProtector::enterCbIfOk(mCallbackProtector)) {
293 } // enterCbIfOk
H A DAudioPlayer_to_android.cpp148 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) {
767 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) {
1237 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) {
H A DAudioRecorder_to_android.cpp312 if (!android::CallbackProtector::enterCbIfOk(ar->mCallbackProtector)) {
H A DMediaPlayer_to_android.cpp43 if (!android::CallbackProtector::enterCbIfOk(mp->mCallbackProtector)) {

Completed in 178 milliseconds