Home
last modified time | relevance | path

Searched refs:mSoundDose (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DSoundDoseHelper.java223 private final AtomicReference<ISoundDose> mSoundDose = new AtomicReference<>(); field in SoundDoseHelper
334 mSoundDose.set(AudioSystem.getSoundDoseInterface(mSoundDoseCallback)); in SoundDoseHelper()
364 final ISoundDose soundDose = mSoundDose.get(); in getOutputRs2UpperBound()
383 final ISoundDose soundDose = mSoundDose.get(); in setOutputRs2UpperBound()
413 final ISoundDose soundDose = mSoundDose.get(); in getCsd()
451 final ISoundDose soundDose = mSoundDose.get(); in setCsd()
485 final ISoundDose soundDose = mSoundDose.get(); in forceUseFrameworkMel()
506 final ISoundDose soundDose = mSoundDose.get(); in forceComputeCsdOnAllDevices()
524 final ISoundDose soundDose = mSoundDose.get(); in isCsdEnabled()
575 final ISoundDose soundDose = mSoundDose.get(); in setAudioDeviceCategory()
[all …]
/frameworks/av/services/audioflinger/sounddose/
DSoundDoseManager.cpp631 mSoundDose = nullptr; in resetSoundDose()
729 if (mSoundDose == nullptr) { in getSoundDoseCallback()
733 return mSoundDose->mSoundDoseCallback; in getSoundDoseCallback()
765 if (mSoundDose == nullptr) { in getSoundDoseInterface()
766 mSoundDose = sp<SoundDose>::make(this, callback); in getSoundDoseInterface()
768 return mSoundDose; in getSoundDoseInterface()
DSoundDoseManager.h262 sp<SoundDose> mSoundDose GUARDED_BY(mLock);
/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.cpp68 std::shared_ptr<ISoundDose> mSoundDose; member in android::DeviceHalHidl::SoundDoseWrapper
654 if (mSoundDoseWrapper->mSoundDose != nullptr) { in getSoundDoseInterface()
655 *soundDoseBinder = mSoundDoseWrapper->mSoundDose->asBinder(); in getSoundDoseInterface()
672 module, &mSoundDoseWrapper->mSoundDose); in getSoundDoseInterface()
678 if (mSoundDoseWrapper->mSoundDose == nullptr) { in getSoundDoseInterface()
684 *soundDoseBinder = mSoundDoseWrapper->mSoundDose->asBinder(); in getSoundDoseInterface()
DDeviceHalAidl.h243 const std::shared_ptr<::aidl::android::hardware::audio::core::sounddose::ISoundDose> mSoundDose; variable
DDeviceHalAidl.cpp112 mSoundDose(retrieveSubInterface<ISoundDose>(module, &IModule::getSoundDose)), in DeviceHalAidl()
941 if (mSoundDose == nullptr) { in getSoundDoseInterface()
947 if (mSoundDose == nullptr) { in getSoundDoseInterface()
954 *soundDoseBinder = mSoundDose->asBinder(); in getSoundDoseInterface()