Searched refs:player2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri2.cpp | 69 SLObjectItf player, player2, outputMix; in TestPlayUri() local 144 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player2, &audioSource, &audioSink, 2, in TestPlayUri() 150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri() 156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2); in TestPlayUri() 161 result = (*player2)->GetInterface(player2, SL_IID_VOLUME, (void*)&volItf2); in TestPlayUri() 166 result = (*player2)->GetInterface(player2, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf2); in TestPlayUri() 242 (*player2)->Destroy(player2); in TestPlayUri()
|