/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri2.cpp | 102 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()
|
D | slesTest_playStates.cpp | 107 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri() 134 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
|
D | slesTestPlayStreamType.cpp | 108 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestStreamTypeConfiguration() 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestStreamTypeConfiguration()
|
D | slesTestPlayUri.cpp | 162 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri() 202 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
|
D | slesTestLoopUri.cpp | 185 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestLoopUri() 200 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestLoopUri()
|
D | slesTestGetPositionUri.cpp | 169 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestGetPositionUri() 209 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestGetPositionUri()
|
D | slesTestManyPlayers.cpp | 185 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestSetup() 240 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PREFETCHSTATUS, in CreatePlayer()
|
D | slesTestSlowDownUri.cpp | 241 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestSlowDownUri() 258 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSlowDownUri()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestPlayFdPath.cpp | 128 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestPlayPathFromFD() 163 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayPathFromFD()
|
D | slesTestBassBoostPath.cpp | 112 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestBassBoostPathFromFD() 157 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestBassBoostPathFromFD()
|
D | slesTestVirtualizerPath.cpp | 113 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestVirtualizerPathFromFD() 158 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestVirtualizerPathFromFD()
|
D | slesTestEqFdPath.cpp | 117 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestEQPathFromFD() 162 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD()
|
D | slesTestEqOutputPath.cpp | 126 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestEQPathFromFD() 169 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestEQPathFromFD()
|
D | slesTestSendToPresetReverb.cpp | 164 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestSendToPresetReverb() 212 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSendToPresetReverb()
|
D | slesTestDecodeToBuffQueue.cpp | 326 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestDecToBuffQueue() 392 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue()
|
D | slesTestDecodeAac.cpp | 502 iidArray[2] = SL_IID_PREFETCHSTATUS; in TestDecToBuffQueue() 598 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 136 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri() 175 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
|
/frameworks/wilhelm/src/ |
D | libOpenSLES.map.txt | 46 SL_IID_PREFETCHSTATUS; # var
|
D | sl_iid.cpp | 59 const SLInterfaceID SL_IID_PREFETCHSTATUS = &SL_IID_array[MPH_PREFETCHSTATUS]; variable
|
/frameworks/wilhelm/tests/sandbox/ |
D | multiplay.c | 183 {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()
|
D | reverb.c | 427 player_ids[count++] = SL_IID_PREFETCHSTATUS; in main() 595 result = (*playerObject)->GetInterface(playerObject, SL_IID_PREFETCHSTATUS, in main()
|
/frameworks/wilhelm/tests/listening/ |
D | slesTest_playMuteSolo.cpp | 223 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri() 251 result = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1000 extern SL_API const SLInterfaceID SL_IID_PREFETCHSTATUS;
|