Searched refs:mAudioOutput (Results 1 – 2 of 2) sorted by relevance
578 audioOutput = mAudioOutput; in dump()776 mAudioOutput.clear(); in ~Client()1392 if (mAudioOutput != NULL) { in setNextPlayer()1393 mAudioOutput->setNextOutput(c->mAudioOutput); in setNextPlayer()1418 if (mAudioOutput.get() != nullptr) { in applyVolumeShaper()1472 if (mAudioOutput != 0) mAudioOutput->setAudioStreamType(type); in setAudioStreamType()1489 if (mAudioOutput != 0) { in setAudioAttributes_l()1517 if (mAudioOutput != 0) mAudioOutput->setVolume(leftVolume, rightVolume); in setVolume()1529 if (mAudioOutput != 0) return mAudioOutput->setAuxEffectSendLevel(level); in setAuxEffectSendLevel()1537 if (mAudioOutput != 0) return mAudioOutput->attachAuxEffect(effectId); in attachAuxEffect()[all …]
462 sp<AudioOutput> mAudioOutput; variable