Searched refs:SL_IID_SEEK (Results 1 - 10 of 10) sorted by relevance

/frameworks/wilhelm/tests/listening/
H A DseekTorture.c73 SLInterfaceID ids[1] = {SL_IID_SEEK};
84 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek);
/frameworks/wilhelm/src/
H A Dsl_iid.c63 const SLInterfaceID SL_IID_SEEK = &SL_IID_array[MPH_SEEK]; variable
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp183 iidArray[0] = SL_IID_SEEK;
197 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf);
H A DslesTestSlowDownUri.cpp239 iidArray[0] = SL_IID_SEEK;
254 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); CheckErr(res);
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp168 iidArray[2] = SL_IID_SEEK;
223 result = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf);
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c117 SLInterfaceID ids[1] = {SL_IID_SEEK};
135 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_SEEK, &p->mSeek);
H A Dmultiplay.c183 {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK, SL_IID_PREFETCHSTATUS};
202 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_SEEK, &p->mPlayerSeek);
H A Dreverb.c424 player_ids[count++] = SL_IID_SEEK;
635 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp68 static const SLInterfaceID ids_seek[2] = { SL_IID_BUFFERQUEUE, SL_IID_SEEK };
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1102 extern SL_API const SLInterfaceID SL_IID_SEEK;

Completed in 1035 milliseconds