Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp582 audioOutput = mAudioOutput; in dump()
793 mAudioOutput.clear(); in ~Client()
964 mAudioOutput = new AudioOutput(mAudioSessionId, mAttributionSource, in setDataSource_pre()
966 static_cast<MediaPlayerInterface*>(p.get())->setAudioSink(mAudioOutput); in setDataSource_pre()
1414 if (mAudioOutput != NULL) { in setNextPlayer()
1415 mAudioOutput->setNextOutput(c->mAudioOutput); in setNextPlayer()
1440 if (mAudioOutput.get() != nullptr) { in applyVolumeShaper()
1441 return mAudioOutput->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
1457 if (mAudioOutput.get() != nullptr) { in getVolumeShaperState()
1458 return mAudioOutput->getVolumeShaperState(id); in getVolumeShaperState()
[all …]
DMediaPlayerService.h471 sp<AudioOutput> mAudioOutput; variable