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

/system/media/opensles/tests/listening/
H A DseekTorture.c69 SLInterfaceID ids[1] = {SL_IID_SEEK};
80 result = (*playerObject)->GetInterface(playerObject, SL_IID_SEEK, &playerSeek);
/system/media/opensles/tests/mimeUri/
H A DslesTestLoopUri.cpp133 iidArray[0] = SL_IID_SEEK;
147 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf);
H A DslesTestSlowDownUri.cpp172 iidArray[0] = SL_IID_SEEK;
187 res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&seekItf); CheckErr(res);
/system/media/opensles/tests/sandbox/
H A Dmultiplay.c153 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);
H A Dmonkey.c117 SLInterfaceID ids[1] = {SL_IID_SEEK};
135 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_SEEK, &p->mSeek);
/system/media/opensles/libopensles/
H A DOpenSLES_IID.c124 // SL_IID_SEEK
192 const SLInterfaceID SL_IID_SEEK = &SL_IID_array[MPH_SEEK]; variable
/system/media/opensles/tests/automated/
H A DBufferQueue_test.cpp68 static const SLInterfaceID ids_seek[2] = { SL_IID_BUFFERQUEUE, SL_IID_SEEK };
/system/media/opensles/tools/hashgen/
H A DOpenSLES_IID.c124 // SL_IID_SEEK
192 const SLInterfaceID SL_IID_SEEK = &SL_IID_array[MPH_SEEK]; variable
/system/media/opensles/include/
H A DOpenSLES.h1102 extern SLAPIENTRY const SLInterfaceID SL_IID_SEEK;
/system/media/opensles/include/SLES/
H A DOpenSLES.h1102 extern SLAPIENTRY const SLInterfaceID SL_IID_SEEK;

Completed in 58 milliseconds