/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 | 108 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri() 135 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 | slesTestLoopUri.cpp | 188 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestLoopUri() 203 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestLoopUri()
|
D | slesTestPlayUri.cpp | 165 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri() 205 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
|
D | slesTestGetPositionUri.cpp | 172 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestGetPositionUri() 212 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestGetPositionUri()
|
D | slesTestManyPlayers.cpp | 187 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestSetup() 242 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PREFETCHSTATUS, in CreatePlayer()
|
D | slesTestSlowDownUri.cpp | 244 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestSlowDownUri() 261 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestSlowDownUri()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestPlayFdPath.cpp | 107 iidArray[0] = SL_IID_PREFETCHSTATUS; in TestPlayPathFromFD() 142 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 | 503 iidArray[2] = SL_IID_PREFETCHSTATUS; in TestDecToBuffQueue() 599 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestDecToBuffQueue()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 139 iidArray[1] = SL_IID_PREFETCHSTATUS; in TestPlayUri() 178 res = (*player)->GetInterface(player, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf); in TestPlayUri()
|
/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/src/ |
D | sl_iid.c | 59 const SLInterfaceID SL_IID_PREFETCHSTATUS = &SL_IID_array[MPH_PREFETCHSTATUS]; variable
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1000 extern SL_API const SLInterfaceID SL_IID_PREFETCHSTATUS;
|