Home
last modified time | relevance | path

Searched defs:eventFlags (Results 1 – 8 of 8) sorted by relevance

/frameworks/wilhelm/src/itf/
DIPlay.cpp256 static SLresult IPlay_SetCallbackEventsMask(SLPlayItf self, SLuint32 eventFlags) in IPlay_SetCallbackEventsMask()
295 SLuint32 eventFlags = thiz->mEventFlags; in IPlay_GetCallbackEventsMask() local
DIPrefetchStatus.cpp76 static SLresult IPrefetchStatus_SetCallbackEventsMask(SLPrefetchStatusItf self, SLuint32 eventFlags) in IPrefetchStatus_SetCallbackEventsMask()
DIAndroidBufferQueue.cpp420 SLuint32 eventFlags) in IAndroidBufferQueue_SetCallbackEventsMask()
DIRecord.cpp132 static SLresult IRecord_SetCallbackEventsMask(SLRecordItf self, SLuint32 eventFlags) in IRecord_SetCallbackEventsMask()
/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp246 void GenericPlayer::setPlayEvents(int32_t eventFlags, int32_t markerPositionMs, in setPlayEvents()
526 int32_t eventFlags, markerPositionMs, positionUpdatePeriodMs; in onSetPlayEvents() local
DAudioRecorder_to_android.cpp810 SLuint32 eventFlags = pRecordItf->mCallbackEventsMask; in android_audioRecorder_useRecordEventMask() local
DAudioPlayer_to_android.cpp2267 SLuint32 eventFlags = pPlayItf->mEventFlags; in android_audioPlayer_usePlayEventMask() local
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java485 @UserCompletedEventType.EventTypesFlag int eventFlags) { in onUserCompletedEvent()