Home
last modified time | relevance | path

Searched refs:validateAudioDescriptionMixLevel (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libmediahelper/include/media/
H A DAudioValidator.h80 static status_t validateAudioDescriptionMixLevel(float leveldB);
/aosp12/frameworks/av/media/libmediahelper/
H A DAudioValidator.cpp126 status_t AudioValidator::validateAudioDescriptionMixLevel(float leveldB) in validateAudioDescriptionMixLevel() function in android::AudioValidator
/aosp12/frameworks/av/services/audioflinger/
H A DTracks.cpp466 ?: AudioValidator::validateAudioDescriptionMixLevel(leveldB); in getAudioDescriptionMixLevel()
473 return binderStatusFromStatusT(AudioValidator::validateAudioDescriptionMixLevel(leveldB) in setAudioDescriptionMixLevel()