Searched refs:soundDose (Results 1 – 7 of 7) sorted by relevance
364 final ISoundDose soundDose = mSoundDose.get(); in getOutputRs2UpperBound() local365 if (soundDose == null) { in getOutputRs2UpperBound()371 return soundDose.getOutputRs2UpperBound(); in getOutputRs2UpperBound()383 final ISoundDose soundDose = mSoundDose.get(); in setOutputRs2UpperBound() local384 if (soundDose == null) { in setOutputRs2UpperBound()390 soundDose.setOutputRs2UpperBound(rs2Value); in setOutputRs2UpperBound()413 final ISoundDose soundDose = mSoundDose.get(); in getCsd() local414 if (soundDose == null) { in getCsd()420 return soundDose.getCsd(); in getCsd()451 final ISoundDose soundDose = mSoundDose.get(); in setCsd() local[all …]
883 sp<media::ISoundDose>* soundDose) const { in getSoundDoseInterface()884 return statusTFromBinderStatus(mDelegate->getSoundDoseInterface(callback, soundDose)); in getSoundDoseInterface()1461 sp<media::ISoundDose>* soundDose) in getSoundDoseInterface() argument1463 return Status::fromStatusT(mDelegate->getSoundDoseInterface(callback, soundDose)); in getSoundDoseInterface()
2528 sp<media::ISoundDose>* soundDose) { in getSoundDoseInterface() argument2533 if (soundDose == nullptr) { in getSoundDoseInterface()2537 RETURN_STATUS_IF_ERROR(af->getSoundDoseInterface(callback, soundDose)); in getSoundDoseInterface()
378 sp<media::ISoundDose>* soundDose) const = 0;508 sp<media::ISoundDose>* soundDose) const override;
644 sp<media::ISoundDose>* soundDose);
253 sp<media::ISoundDose>* soundDose) const final EXCLUDES_AudioFlinger_Mutex;
1633 sp<media::ISoundDose>* soundDose) const { in getSoundDoseInterface()1634 if (soundDose == nullptr) { in getSoundDoseInterface()1638 *soundDose = mMelReporter->getSoundDoseInterface(callback); in getSoundDoseInterface()