Searched refs:SL_IID_SEEK (Results 1 – 10 of 10) sorted by relevance
/frameworks/wilhelm/tests/listening/ |
D | seekTorture.c | 73 SLInterfaceID ids[1] = {SL_IID_SEEK}; in main() 84 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek); in main()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestLoopUri.cpp | 186 iidArray[0] = SL_IID_SEEK; in TestLoopUri() 200 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); in TestLoopUri()
|
D | slesTestSlowDownUri.cpp | 242 iidArray[0] = SL_IID_SEEK; in TestSlowDownUri() 257 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); CheckErr(res); in TestSlowDownUri()
|
/frameworks/wilhelm/tests/sandbox/ |
D | multiplay.c | 183 {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK, SL_IID_PREFETCHSTATUS}; in main() 202 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_SEEK, &p->mPlayerSeek); in main()
|
D | monkey.c | 117 SLInterfaceID ids[1] = {SL_IID_SEEK}; in actionCreate() 135 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_SEEK, &p->mSeek); in actionRealize()
|
D | reverb.c | 424 player_ids[count++] = SL_IID_SEEK; in main() 635 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek); in main()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestSendToPresetReverb.cpp | 168 iidArray[2] = SL_IID_SEEK; in TestSendToPresetReverb() 223 result = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); in TestSendToPresetReverb()
|
/frameworks/wilhelm/src/ |
D | sl_iid.c | 63 const SLInterfaceID SL_IID_SEEK = &SL_IID_array[MPH_SEEK]; variable
|
/frameworks/wilhelm/tests/automated/ |
D | BufferQueue_test.cpp | 68 static const SLInterfaceID ids_seek[2] = { SL_IID_BUFFERQUEUE, SL_IID_SEEK };
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1102 extern SL_API const SLInterfaceID SL_IID_SEEK;
|