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

  /frameworks/wilhelm/tests/listening/
seekTorture.c 73 SLInterfaceID ids[1] = {SL_IID_SEEK};
84 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek);
  /frameworks/wilhelm/src/
sl_iid.c 63 const SLInterfaceID SL_IID_SEEK = &SL_IID_array[MPH_SEEK];
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 186 iidArray[0] = SL_IID_SEEK;
200 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf);
slesTestSlowDownUri.cpp 242 iidArray[0] = SL_IID_SEEK;
257 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); CheckErr(res);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 276 const SLInterfaceID ids[3] = {SL_IID_SEEK, SL_IID_MUTESOLO, SL_IID_VOLUME};
301 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_SEEK, &uriPlayerSeek);
580 const SLInterfaceID ids[3] = {SL_IID_SEEK, SL_IID_MUTESOLO, SL_IID_VOLUME};
595 result = (*fdPlayerObject)->GetInterface(fdPlayerObject, SL_IID_SEEK, &fdPlayerSeek);
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 169 iidArray[2] = SL_IID_SEEK;
224 result = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf);
  /frameworks/wilhelm/tests/sandbox/
monkey.c 117 SLInterfaceID ids[1] = {SL_IID_SEEK};
135 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_SEEK, &p->mSeek);
multiplay.c 183 {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK, SL_IID_PREFETCHSTATUS};
202 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_SEEK, &p->mPlayerSeek);
reverb.c 424 player_ids[count++] = SL_IID_SEEK;
635 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek);
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 68 static const SLInterfaceID ids_seek[2] = { SL_IID_BUFFERQUEUE, SL_IID_SEEK };
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 619 SL_IID_ANDROIDSIMPLEBUFFERQUEUE, SL_IID_PREFETCHSTATUS, SL_IID_SEEK,
641 OpenSL(decoder, GetInterface, SL_IID_SEEK, &decoderSeek);
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 812 milliseconds