HomeSort by relevance Sort by last modified time
    Searched refs:SL_PLAYEVENT_HEADSTALLED (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri2.cpp 54 if (event & SL_PLAYEVENT_HEADSTALLED) {
55 fprintf(stdout, "SL_PLAYEVENT_HEADSTALLED");
174 | SL_PLAYEVENT_HEADMOVING | SL_PLAYEVENT_HEADSTALLED);
slesTestSlowDownUri.cpp 100 if (event & SL_PLAYEVENT_HEADSTALLED) {
101 fprintf(stdout, "SL_PLAYEVENT_HEADSTALLED");
  /frameworks/wilhelm/src/itf/
IPlay.c 261 SL_PLAYEVENT_HEADATNEWPOS | SL_PLAYEVENT_HEADMOVING | SL_PLAYEVENT_HEADSTALLED)) {
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 385 bool headStalled = (ap->mPlay.mEventFlags & SL_PLAYEVENT_HEADSTALLED) != 0;
389 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADSTALLED);
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/SLES/
OpenSLES.h 919 #define SL_PLAYEVENT_HEADSTALLED ((SLuint32) 0x00000010)
    [all...]

Completed in 156 milliseconds

1 2 3