Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIRecord.c147 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.c86 thiz->mCallbackEventsMask = eventFlags; in IPrefetchStatus_SetCallbackEventsMask()
106 SLuint32 callbackEventsMask = thiz->mCallbackEventsMask; in IPrefetchStatus_GetCallbackEventsMask()
177 thiz->mCallbackEventsMask = 0; in IPrefetchStatus_init()
DIAndroidBufferQueue.c428 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()
DAudioRecorder_to_android.cpp148 if (ar->mRecord.mCallbackEventsMask & SL_RECORDEVENT_HEADSTALLED) { in audioRecorder_handleOverrun_lockRecord()
506 SLuint32 eventFlags = pRecordItf->mCallbackEventsMask; in android_audioRecorder_useRecordEventMask()
DAudioPlayer_to_android.cpp700 if (!(~ap->mPrefetchStatus.mCallbackEventsMask & in sfplayer_handlePrefetchEvent()
728 if (ap->mPrefetchStatus.mCallbackEventsMask & SL_PREFETCHEVENT_FILLLEVELCHANGE) { in sfplayer_handlePrefetchEvent()
752 if (ap->mPrefetchStatus.mCallbackEventsMask & SL_PREFETCHEVENT_STATUSCHANGE) { in sfplayer_handlePrefetchEvent()
826 if (!(~ap->mPrefetchStatus.mCallbackEventsMask & in sfplayer_handlePrefetchEvent()
1254 prefetchEvents = ap->mPrefetchStatus.mCallbackEventsMask & in audioTrack_callBack_pullFromBuffQueue()
2255 SLuint32 prefetchEvents = ap->mPrefetchStatus.mCallbackEventsMask & in android_audioPlayer_bufferQueue_onRefilled_l()
Dandroid_StreamPlayer.cpp249 if (mAndroidBufferQueue->mCallbackEventsMask & in pullFromBuffQueue()
/frameworks/wilhelm/src/
Ditfstruct.h501 SLuint32 mCallbackEventsMask; member
538 SLuint32 mCallbackEventsMask; member
669 SLuint32 mCallbackEventsMask; member