Home
last modified time | relevance | path

Searched refs:isProcessEnabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DEffects.cpp681 if (isProcessEnabled()) { in process()
1241 bool AudioFlinger::EffectModule::isProcessEnabled() const in isProcessEnabled() function in android::AudioFlinger::EffectModule
1268 return (isVolumeControl() && (isOffloadedOrDirect() ? isEnabled() : isProcessEnabled())); in isVolumeControlEnabled()
1372 if (isProcessEnabled() && in setVolume()
DEffects.h230 bool isProcessEnabled() const;