Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
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()
DIPrefetchStatus.cpp86 thiz->mCallbackEventsMask = eventFlags; in IPrefetchStatus_SetCallbackEventsMask()
106 SLuint32 callbackEventsMask = thiz->mCallbackEventsMask; in IPrefetchStatus_GetCallbackEventsMask()
177 thiz->mCallbackEventsMask = 0; in IPrefetchStatus_init()
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,
/frameworks/wilhelm/src/android/
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()
DBufferQueueSource.cpp133 if (mAndroidBufferQueueSource->mCallbackEventsMask & in readAt()
DAudioPlayer_to_android.cpp806 if (!(~ap->mPrefetchStatus.mCallbackEventsMask & in sfplayer_handlePrefetchEvent()
834 if (ap->mPrefetchStatus.mCallbackEventsMask & SL_PREFETCHEVENT_FILLLEVELCHANGE) { in sfplayer_handlePrefetchEvent()
858 if (ap->mPrefetchStatus.mCallbackEventsMask & SL_PREFETCHEVENT_STATUSCHANGE) { in sfplayer_handlePrefetchEvent()
933 if (!(~ap->mPrefetchStatus.mCallbackEventsMask & in sfplayer_handlePrefetchEvent()
1312 prefetchEvents = ap->mPrefetchStatus.mCallbackEventsMask & in audioTrack_callBack_pullFromBuffQueue()
2494 SLuint32 prefetchEvents = ap->mPrefetchStatus.mCallbackEventsMask & in android_audioPlayer_bufferQueue_onRefilled_l()
DAudioRecorder_to_android.cpp216 if (ar->mRecord.mCallbackEventsMask & SL_RECORDEVENT_HEADSTALLED) { in audioRecorder_handleOverrun_lockRecord()
838 SLuint32 eventFlags = pRecordItf->mCallbackEventsMask; in android_audioRecorder_useRecordEventMask()
Dandroid_StreamPlayer.cpp250 if (mAndroidBufferQueue->mCallbackEventsMask & in pullFromBuffQueue()
/frameworks/wilhelm/src/
Ditfstruct.h505 SLuint32 mCallbackEventsMask; member
542 SLuint32 mCallbackEventsMask; member
675 SLuint32 mCallbackEventsMask; member