Home
last modified time | relevance | path

Searched refs:SL_IID_PREFETCHSTATUS (Results 1 – 22 of 22) 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.cpp108 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri()
135 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.cpp188 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestLoopUri()
203 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestLoopUri()
DslesTestPlayUri.cpp165 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri()
205 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
DslesTestGetPositionUri.cpp172 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestGetPositionUri()
212 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestGetPositionUri()
DslesTestManyPlayers.cpp187 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestSetup()
242 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PREFETCHSTATUS, in CreatePlayer()
DslesTestSlowDownUri.cpp244 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestSlowDownUri()
261 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSlowDownUri()
/frameworks/wilhelm/tests/examples/
DslesTestPlayFdPath.cpp107 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestPlayPathFromFD()
142 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()
DslesTestEqFdPath.cpp117 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestEQPathFromFD()
162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD()
DslesTestEqOutputPath.cpp126 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestEQPathFromFD()
169 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.cpp503 iidArray[2] = SL_IID_PREFETCHSTATUS; in TestDecToBuffQueue()
599 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp139 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri()
178 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
/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.c59 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;