Home
last modified time | relevance | path

Searched refs:mAudioOutput (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp563 audioOutput = mAudioOutput; in dump()
760 mAudioOutput.clear(); in ~Client()
924 mAudioOutput = new AudioOutput(mAudioSessionId, IPCThreadState::self()->getCallingUid(), in setDataSource_pre()
926 static_cast<MediaPlayerInterface*>(p.get())->setAudioSink(mAudioOutput); in setDataSource_pre()
1363 if (mAudioOutput != NULL) { in setNextPlayer()
1364 mAudioOutput->setNextOutput(c->mAudioOutput); in setNextPlayer()
1389 if (mAudioOutput.get() != nullptr) { in applyVolumeShaper()
1390 return mAudioOutput->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
1406 if (mAudioOutput.get() != nullptr) { in getVolumeShaperState()
1407 return mAudioOutput->getVolumeShaperState(id); in getVolumeShaperState()
[all …]
DMediaPlayerService.h456 sp<AudioOutput> mAudioOutput; variable