Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DCallbackProtector.h32 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
DCallbackProtector.cpp49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) { in enterCbIfOk() function in android::CallbackProtector
Dandroid_StreamPlayer.cpp127 if (android::CallbackProtector::enterCbIfOk(mCallbackProtector)) { in pullFromBuffQueue()
DAudioPlayer_to_android.cpp148 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) { in adecoder_writeToBufferQueue()
767 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) { in sfplayer_handlePrefetchEvent()
1238 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) { in audioTrack_callBack_pullFromBuffQueue()
DMediaPlayer_to_android.cpp43 if (!android::CallbackProtector::enterCbIfOk(mp->mCallbackProtector)) { in player_handleMediaPlayerEventNotifications()
DAudioRecorder_to_android.cpp313 if (!android::CallbackProtector::enterCbIfOk(ar->mCallbackProtector)) { in audioRecorder_callback()