HomeSort by relevance Sort by last modified time
    Searched refs:eventFlags (Results 1 - 13 of 13) sorted by null

  /dalvik/vm/mterp/portable/
debug.c 30 int eventFlags = 0;
35 * eventFlags != 0 here, or somebody manually requests a suspend
42 eventFlags |= DBG_METHOD_ENTRY;
52 eventFlags |= DBG_BREAKPOINT;
127 eventFlags |= DBG_SINGLE_STEP;
146 eventFlags |= DBG_METHOD_EXIT;
153 if (eventFlags != 0) {
168 eventFlags);
  /system/media/opensles/libopensles/
IPlay.c 233 static SLresult IPlay_SetCallbackEventsMask(SLPlayItf self, SLuint32 eventFlags)
237 if (eventFlags & ~(SL_PLAYEVENT_HEADATEND | SL_PLAYEVENT_HEADATMARKER |
243 if (this->mEventFlags != eventFlags) {
247 (eventFlags & SL_PLAYEVENT_HEADATNEWPOS)) {
251 this->mEventFlags = eventFlags;
271 SLuint32 eventFlags = this->mEventFlags;
273 *pEventFlags = eventFlags;
IRecord.c 132 static SLresult IRecord_SetCallbackEventsMask(SLRecordItf self, SLuint32 eventFlags)
136 if (eventFlags & ~(
147 if (this->mCallbackEventsMask != eventFlags) {
148 this->mCallbackEventsMask = eventFlags;
IPrefetchStatus.c 76 static SLresult IPrefetchStatus_SetCallbackEventsMask(SLPrefetchStatusItf self, SLuint32 eventFlags)
82 this->mCallbackEventsMask = eventFlags;
android_AudioRecorder.cpp 465 SLuint32 eventFlags = pRecordItf->mCallbackEventsMask;
471 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) {
479 if (eventFlags & SL_RECORDEVENT_HEADATNEWPOS) {
489 if (eventFlags & SL_RECORDEVENT_HEADATLIMIT) {
495 if (eventFlags & SL_RECORDEVENT_HEADMOVING) {
501 if (eventFlags & SL_RECORDEVENT_BUFFER_FULL) {
506 if (eventFlags & SL_RECORDEVENT_HEADSTALLED) {
android_AudioPlayer.cpp     [all...]
  /dalvik/vm/jdwp/
Jdwp.h 202 * "eventFlags" indicates the types of events that have occurred.
205 ObjectId thisPtr, int eventFlags);
JdwpEvent.c 795 * "eventFlags" indicates the type of event(s) that have happened.
810 ObjectId thisPtr, int eventFlags)
859 if ((eventFlags & DBG_BREAKPOINT) != 0)
862 if ((eventFlags & DBG_SINGLE_STEP) != 0)
865 if ((eventFlags & DBG_METHOD_ENTRY) != 0)
868 if ((eventFlags & DBG_METHOD_EXIT) != 0)
    [all...]
  /dalvik/vm/
Debugger.h 265 struct Object* thisPtr, int eventFlags);
273 /* for "eventFlags" */
Debugger.c     [all...]
  /dalvik/vm/mterp/out/
InterpC-portdbg.c     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 961 SLuint32 eventFlags
    [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h 961 SLuint32 eventFlags
    [all...]

Completed in 1081 milliseconds