Home
last modified time | relevance | path

Searched refs:SL_IID_PREFETCHSTATUS (Results 1 – 23 of 23) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri2.cpp102 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri()
164 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
166 result = (*player2)->GetInterface(player2, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf2); in TestPlayUri()
DslesTest_playStates.cpp107 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri()
134 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
DslesTestPlayStreamType.cpp108 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestStreamTypeConfiguration()
157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestStreamTypeConfiguration()
DslesTestLoopUri.cpp185 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestLoopUri()
200 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestLoopUri()
DslesTestPlayUri.cpp162 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri()
202 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
DslesTestGetPositionUri.cpp169 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestGetPositionUri()
209 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestGetPositionUri()
DslesTestManyPlayers.cpp185 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestSetup()
240 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PREFETCHSTATUS, in CreatePlayer()
DslesTestSlowDownUri.cpp241 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestSlowDownUri()
258 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSlowDownUri()
/frameworks/wilhelm/tests/examples/
DslesTestPlayFdPath.cpp128 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestPlayPathFromFD()
163 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayPathFromFD()
DslesTestBassBoostPath.cpp112 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestBassBoostPathFromFD()
157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestBassBoostPathFromFD()
DslesTestVirtualizerPath.cpp113 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestVirtualizerPathFromFD()
158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestVirtualizerPathFromFD()
DslesTestEqOutputPath.cpp126 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestEQPathFromFD()
169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD()
DslesTestEqFdPath.cpp117 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestEQPathFromFD()
162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD()
DslesTestSendToPresetReverb.cpp164 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestSendToPresetReverb()
212 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSendToPresetReverb()
DslesTestDecodeToBuffQueue.cpp326 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestDecToBuffQueue()
392 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue()
DslesTestDecodeAac.cpp502 iidArray[2] = SL_IID_PREFETCHSTATUS; in TestDecToBuffQueue()
598 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp136 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri()
175 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
/frameworks/wilhelm/
DlibOpenSLES.map.txt43 SL_IID_PREFETCHSTATUS; # var
/frameworks/wilhelm/tests/sandbox/
Dmultiplay.c183 {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK, SL_IID_PREFETCHSTATUS}; in main()
204 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PREFETCHSTATUS, in main()
Dreverb.c427 player_ids[count++] = SL_IID_PREFETCHSTATUS; in main()
595 result = (*playerObject)->GetInterface(playerObject, SL_IID_PREFETCHSTATUS, in main()
/frameworks/wilhelm/tests/listening/
DslesTest_playMuteSolo.cpp223 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri()
251 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
/frameworks/wilhelm/src/
Dsl_iid.cpp59 const SLInterfaceID SL_IID_PREFETCHSTATUS = &SL_IID_array[MPH_PREFETCHSTATUS]; variable
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1000 extern SL_API const SLInterfaceID SL_IID_PREFETCHSTATUS;