Home
last modified time | relevance | path

Searched refs:mCallbackEventsMask (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/wilhelm/src/itf/
H A DIRecord.cpp147 if (thiz->mCallbackEventsMask != eventFlags) { in IRecord_SetCallbackEventsMask()
148 thiz->mCallbackEventsMask = eventFlags; in IRecord_SetCallbackEventsMask()
169 SLuint32 callbackEventsMask = thiz->mCallbackEventsMask; in IRecord_GetCallbackEventsMask()
191 if (thiz->mCallbackEventsMask & SL_PLAYEVENT_HEADATMARKER) { in IRecord_SetMarkerPosition()
217 if (thiz->mCallbackEventsMask & SL_PLAYEVENT_HEADATMARKER) { in IRecord_ClearMarkerPosition()
320 thiz->mCallbackEventsMask = 0; in IRecord_init()
H A DIPrefetchStatus.cpp86 thiz->mCallbackEventsMask = eventFlags; in IPrefetchStatus_SetCallbackEventsMask()
106 SLuint32 callbackEventsMask = thiz->mCallbackEventsMask; in IPrefetchStatus_GetCallbackEventsMask()
177 thiz->mCallbackEventsMask = 0; in IPrefetchStatus_init()
H A DIAndroidBufferQueue.cpp428 thiz->mCallbackEventsMask = eventFlags; in IAndroidBufferQueue_SetCallbackEventsMask()
449 SLuint32 callbackEventsMask = thiz->mCallbackEventsMask; in IAndroidBufferQueue_GetCallbackEventsMask()
479 thiz->mCallbackEventsMask = SL_ANDROIDBUFFERQUEUEEVENT_PROCESSED; in IAndroidBufferQueue_init()
526 thiz->mCallbackEventsMask,
/aosp12/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp82 if (!(~mp->mPrefetchStatus.mCallbackEventsMask & in player_handleMediaPlayerEventNotifications()
206 if (mp->mPrefetchStatus.mCallbackEventsMask & SL_PREFETCHEVENT_FILLLEVELCHANGE) { in player_handleMediaPlayerEventNotifications()
231 if (mp->mPrefetchStatus.mCallbackEventsMask & SL_PREFETCHEVENT_STATUSCHANGE) { in player_handleMediaPlayerEventNotifications()
274 if (!(~mp->mPrefetchStatus.mCallbackEventsMask & in player_handleMediaPlayerEventNotifications()
H A DBufferQueueSource.cpp133 if (mAndroidBufferQueueSource->mCallbackEventsMask & in readAt()
H A DAudioPlayer_to_android.cpp807 if (!(~ap->mPrefetchStatus.mCallbackEventsMask & in sfplayer_handlePrefetchEvent()
835 if (ap->mPrefetchStatus.mCallbackEventsMask & SL_PREFETCHEVENT_FILLLEVELCHANGE) { in sfplayer_handlePrefetchEvent()
859 if (ap->mPrefetchStatus.mCallbackEventsMask & SL_PREFETCHEVENT_STATUSCHANGE) { in sfplayer_handlePrefetchEvent()
934 if (!(~ap->mPrefetchStatus.mCallbackEventsMask & in sfplayer_handlePrefetchEvent()
1313 prefetchEvents = ap->mPrefetchStatus.mCallbackEventsMask & in audioTrack_callBack_pullFromBuffQueue()
2505 SLuint32 prefetchEvents = ap->mPrefetchStatus.mCallbackEventsMask & in android_audioPlayer_bufferQueue_onRefilled_l()
H A DAudioRecorder_to_android.cpp218 if (ar->mRecord.mCallbackEventsMask & SL_RECORDEVENT_HEADSTALLED) { in audioRecorder_handleOverrun_lockRecord()
849 SLuint32 eventFlags = pRecordItf->mCallbackEventsMask; in android_audioRecorder_useRecordEventMask()
H A Dandroid_StreamPlayer.cpp250 if (mAndroidBufferQueue->mCallbackEventsMask & in pullFromBuffQueue()
/aosp12/frameworks/wilhelm/src/
H A Ditfstruct.h505 SLuint32 mCallbackEventsMask; member
542 SLuint32 mCallbackEventsMask; member
675 SLuint32 mCallbackEventsMask; member