Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp397 audioOutput = mAudioOutput; in dump()
589 mAudioOutput.clear(); in ~Client()
753 mAudioOutput = new AudioOutput(mAudioSessionId, IPCThreadState::self()->getCallingUid(), in setDataSource_pre()
755 static_cast<MediaPlayerInterface*>(p.get())->setAudioSink(mAudioOutput); in setDataSource_pre()
1192 if (mAudioOutput != NULL) { in setNextPlayer()
1193 mAudioOutput->setNextOutput(c->mAudioOutput); in setNextPlayer()
1218 if (mAudioOutput.get() != nullptr) { in applyVolumeShaper()
1219 return mAudioOutput->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
1235 if (mAudioOutput.get() != nullptr) { in getVolumeShaperState()
1236 return mAudioOutput->getVolumeShaperState(id); in getVolumeShaperState()
[all …]
DMediaPlayerService.h456 sp<AudioOutput> mAudioOutput; variable