/system/media/wilhelm/src/itf/ |
IPlay.c | 256 static SLresult IPlay_SetCallbackEventsMask(SLPlayItf self, SLuint32 eventFlags) 260 if (eventFlags & ~(SL_PLAYEVENT_HEADATEND | SL_PLAYEVENT_HEADATMARKER | 266 if (thiz->mEventFlags != eventFlags) { 270 (eventFlags & SL_PLAYEVENT_HEADATNEWPOS)) { 274 thiz->mEventFlags = eventFlags; 295 SLuint32 eventFlags = thiz->mEventFlags; 297 *pEventFlags = eventFlags;
|
IPrefetchStatus.c | 76 static SLresult IPrefetchStatus_SetCallbackEventsMask(SLPrefetchStatusItf self, SLuint32 eventFlags) 80 if (eventFlags & ~(SL_PREFETCHEVENT_STATUSCHANGE | SL_PREFETCHEVENT_FILLLEVELCHANGE)) { 86 thiz->mCallbackEventsMask = eventFlags;
|
IRecord.c | 132 static SLresult IRecord_SetCallbackEventsMask(SLRecordItf self, SLuint32 eventFlags) 136 if (eventFlags & ~( 147 if (thiz->mCallbackEventsMask != eventFlags) { 148 thiz->mCallbackEventsMask = eventFlags;
|
IAndroidBufferQueue.c | 411 SLuint32 eventFlags) 418 if ((SL_ANDROIDBUFFERQUEUEEVENT_PROCESSED == eventFlags) || 419 (SL_ANDROIDBUFFERQUEUEEVENT_NONE == eventFlags)) { 420 thiz->mCallbackEventsMask = eventFlags;
|
/system/media/wilhelm/src/android/ |
AudioRecorder_to_android.cpp | 476 SLuint32 eventFlags = pRecordItf->mCallbackEventsMask; 482 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) { 490 if (eventFlags & SL_RECORDEVENT_HEADATNEWPOS) { 500 if (eventFlags & SL_RECORDEVENT_HEADATLIMIT) { 506 if (eventFlags & SL_RECORDEVENT_HEADMOVING) { 512 if (eventFlags & SL_RECORDEVENT_BUFFER_FULL) { 517 if (eventFlags & SL_RECORDEVENT_HEADSTALLED) {
|
android_GenericPlayer.cpp | 233 void GenericPlayer::setPlayEvents(int32_t eventFlags, int32_t markerPositionMs, 248 msg->setInt32(WHATPARAM_SETPLAYEVENTS_FLAGS, eventFlags); 512 int32_t eventFlags, markerPositionMs, positionUpdatePeriodMs; 513 if (msg->findInt32(WHATPARAM_SETPLAYEVENTS_FLAGS, &eventFlags) && 516 mEventFlags = eventFlags;
|
android_GenericPlayer.h | 88 void setPlayEvents(int32_t eventFlags, int32_t markerPosition, int32_t positionUpdatePeriod);
|
AudioPlayer_to_android.cpp | [all...] |
/system/media/wilhelm/include/OMXAL/ |
OpenMAXAL_Android.h | 120 XAuint32 eventFlags
|
OpenMAXAL.h | 755 XAuint32 eventFlags 858 XAuint32 eventFlags [all...] |
/dalvik/vm/jdwp/ |
Jdwp.h | 200 * "eventFlags" indicates the types of events that have occurred. 203 ObjectId thisPtr, int eventFlags);
|
JdwpEvent.cpp | 796 * "eventFlags" indicates the type of event(s) that have happened. 811 ObjectId thisPtr, int eventFlags) 858 if ((eventFlags & DBG_BREAKPOINT) != 0) 861 if ((eventFlags & DBG_SINGLE_STEP) != 0) 864 if ((eventFlags & DBG_METHOD_ENTRY) != 0) 867 if ((eventFlags & DBG_METHOD_EXIT) != 0) [all...] |
/dalvik/vm/interp/ |
Interp.cpp | 734 int eventFlags = 0; 739 * eventFlags != 0 here, or somebody manually requests a suspend 746 eventFlags |= DBG_METHOD_ENTRY; 758 eventFlags |= DBG_BREAKPOINT; 833 eventFlags |= DBG_SINGLE_STEP; 852 eventFlags |= DBG_METHOD_EXIT; 859 if (eventFlags != 0) { 874 eventFlags); [all...] |
/system/media/wilhelm/include/SLES/ |
OpenSLES_Android.h | 284 SLuint32 eventFlags
|
OpenSLES.h | 961 SLuint32 eventFlags [all...] |
/dalvik/vm/ |
Debugger.h | 264 Object* thisPtr, int eventFlags); 271 /* for "eventFlags" */
|
Debugger.cpp | [all...] |
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES.h | 961 SLuint32 eventFlags [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES.h | 961 SLuint32 eventFlags [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES.h | 961 SLuint32 eventFlags [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES.h | 961 SLuint32 eventFlags [all...] |