Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching full:maudiooutput

447     if (mAudioOutput != 0) {
448 mAudioOutput->dump(fd, args);
600 mAudioOutput.clear();
671 mAudioOutput = new AudioOutput(mAudioSessionId, IPCThreadState::self()->getCallingUid(),
673 static_cast<MediaPlayerInterface*>(p.get())->setAudioSink(mAudioOutput);
1013 if (mAudioOutput != NULL) {
1014 mAudioOutput->setNextOutput(c->mAudioOutput);
1049 if (mAudioOutput != 0) mAudioOutput->setAudioStreamType(type);
1063 if (mAudioOutput != 0) {
1064 mAudioOutput->setAudioAttributes(mAudioAttributes);
1091 if (mAudioOutput != 0) mAudioOutput->setVolume(leftVolume, rightVolume);
1103 if (mAudioOutput != 0) return mAudioOutput->setAuxEffectSendLevel(level);
1111 if (mAudioOutput != 0) return mAudioOutput->attachAuxEffect(effectId);
1199 if (client->mAudioOutput != NULL)
1200 client->mAudioOutput->switchToNextOutput();