Home | History | Annotate | Download | only in mimeUri

Lines Matching refs:audioPlayer

39 SLObjectItf  audioPlayer[MAX_NUMBER_PLAYERS];
213 res = (*engineItf)->CreateAudioPlayer(engineItf, &audioPlayer[playerId],
224 res = (*audioPlayer[playerId])->Realize(audioPlayer[playerId], SL_BOOLEAN_FALSE);
234 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PLAY,
238 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_VOLUME,
242 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PREFETCHSTATUS,
308 (*audioPlayer[playerId])->Destroy(audioPlayer[playerId]);
316 fprintf(stdout, "AudioPlayer objects as possible (max=%d)\n\n", MAX_NUMBER_PLAYERS);