Home | History | Annotate | Download | only in jni

Lines Matching refs:audioPlayer

219 static void setAudioStreamType(SLObjectItf audioPlayer, SLint32 audioStreamType) {
221 OpenSL(audioPlayer, GetInterface, SL_IID_ANDROIDCONFIGURATION, &playerConfig);
575 SLObjectItf &audioPlayer, SLEngineItf &engineInterface) {
593 OpenSL(engineInterface, CreateAudioPlayer, &audioPlayer, &playingSrc,
595 setAudioStreamType(audioPlayer, audioStreamType);
596 OpenSL(audioPlayer, Realize, SL_BOOLEAN_FALSE);
680 SLObjectItf audioPlayer = NULL;
696 GetSLChannels(), audioStreamType_, outputMix, audioPlayer,
698 OpenSL(audioPlayer, GetInterface, SL_IID_PLAY, &audioPlayerPlay);
699 OpenSL(audioPlayer, GetInterface, SL_IID_ANDROIDSIMPLEBUFFERQUEUE,
710 if (audioPlayer != NULL) {
714 VoidOpenSL(audioPlayer, AbortAsyncOperation);
715 VoidOpenSL(audioPlayer, Destroy);
717 audioPlayer = NULL;