Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DAudioRecordCallback.h41 if (!android::CallbackProtector::enterCbIfOk(mAr->mCallbackProtector)) { in onMoreData()
52 if (!android::CallbackProtector::enterCbIfOk(mAr->mCallbackProtector)) { in onOverrun()
60 if (!android::CallbackProtector::enterCbIfOk(mAr->mCallbackProtector)) { in onMarker()
69 if (!android::CallbackProtector::enterCbIfOk(mAr->mCallbackProtector)) { in onNewPos()
DAudioTrackCallback.h39 if (!android::CallbackProtector::enterCbIfOk(mAp->mCallbackProtector)) { in onMoreData()
49 if (!android::CallbackProtector::enterCbIfOk(mAp->mCallbackProtector)) { in onUnderrun()
61 if (!android::CallbackProtector::enterCbIfOk(mAp->mCallbackProtector)) { in onMarker()
70 if (!android::CallbackProtector::enterCbIfOk(mAp->mCallbackProtector)) { in onNewPos()
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.cpp126 if (android::CallbackProtector::enterCbIfOk(mCallbackProtector)) { in pullFromBuffQueue()
DMediaPlayer_to_android.cpp43 if (!android::CallbackProtector::enterCbIfOk(mp->mCallbackProtector)) { in player_handleMediaPlayerEventNotifications()
DAudioPlayer_to_android.cpp150 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) { in adecoder_writeToBufferQueue()
769 if (!android::CallbackProtector::enterCbIfOk(ap->mCallbackProtector)) { in sfplayer_handlePrefetchEvent()