Searched defs:player2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp69 SLObjectItf player, player2, outputMix; local
144 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player2, &audioSource, &audioSink, 2,
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result);
156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2);
161 result = (*player2)->GetInterface(player2, SL_IID_VOLUME, (void*)&volItf2);
166 result = (*player2)->GetInterface(player2, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf2);
242 (*player2)->Destroy(player2);
[all...]

Completed in 206 milliseconds