Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfEffect.h206 virtual bool isVolumeControlEnabled_l() const REQUIRES(audio_utils::EffectChain_Mutex) = 0;
DEffects.h203 bool isVolumeControlEnabled_l() const final REQUIRES(audio_utils::EffectChain_Mutex);
DEffects.cpp1270 bool EffectModule::isVolumeControlEnabled_l() const in isVolumeControlEnabled_l() function in android::EffectModule
2444 if (mEffects[i - 1]->isVolumeControlEnabled_l()) { in findVolumeControl_l()
2614 if (effect->isVolumeControlEnabled_l()) return true; in hasVolumeControlEnabled_l()