Searched refs:isVolumeControl (Results 1 – 3 of 3) sorted by relevance
647 && !(isVolumeControl() && isOffloadedOrDirect_l())) { in updateState_l()1109 if (isVolumeControl() && isOffloadedOrDirect_l()) { in stop_ll()1272 return (isVolumeControl() && (isOffloadedOrDirect_l() ? isEnabled() : isProcessEnabled())); in isVolumeControlEnabled_l()1394 uint32_t* pVolume = isVolumeControl() ? volume : nullptr; in setVolumeInternal()2427 if (effect->isVolumeControl()) { in addEffect_l()2653 if (mEffects[i]->isVolumeControl()) { in setVolume_l()
109 virtual bool isVolumeControl() const REQUIRES(audio_utils::EffectChain_Mutex) = 0;
76 bool isVolumeControl() const in isVolumeControl() function