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

  /system/media/opensles/tests/listening/
seekTorture.c 69 SLInterfaceID ids[1] = {SL_IID_SEEK};
80 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 258 const SLInterfaceID ids[1] = {SL_IID_SEEK};
283 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_SEEK, &uriPlayerSeek);
429 const SLInterfaceID ids[1] = {SL_IID_SEEK};
444 result = (*fdPlayerObject)->GetInterface(fdPlayerObject, SL_IID_SEEK, &fdPlayerSeek);
  /system/media/opensles/tests/mimeUri/
slesTestLoopUri.cpp 133 iidArray[0] = SL_IID_SEEK;
147 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf);
slesTestSlowDownUri.cpp 172 iidArray[0] = SL_IID_SEEK;
187 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); CheckErr(res);
  /system/media/opensles/tests/sandbox/
multiplay.c 153 const SLInterfaceID player_ids[] = {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK};
171 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_SEEK, &p->mPlayerSeek);
monkey.c 117 SLInterfaceID ids[1] = {SL_IID_SEEK};
135 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_SEEK, &p->mSeek);
  /system/media/opensles/libopensles/
OpenSLES_IID.c 124 // SL_IID_SEEK
192 const SLInterfaceID SL_IID_SEEK = &SL_IID_array[MPH_SEEK];
  /system/media/opensles/tests/automated/
BufferQueue_test.cpp 68 static const SLInterfaceID ids_seek[2] = { SL_IID_BUFFERQUEUE, SL_IID_SEEK };
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h     [all...]

Completed in 109 milliseconds