Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h277 void setDevice_l(audio_devices_t device);
DThreads.cpp2736 mEffectChains[i]->setDevice_l(mOutDevice); in createAudioPatch_l()
3830 mEffectChains[i]->setDevice_l(mOutDevice); in checkForNewParameter_l()
4276 mEffectChains[i]->setDevice_l(mOutDevice); in checkForNewParameter_l()
6109 mEffectChains[i]->setDevice_l(value); in checkForNewParameter_l()
6347 mEffectChains[i]->setDevice_l(mInDevice); in createAudioPatch_l()
DEffects.cpp1617 void AudioFlinger::EffectChain::setDevice_l(audio_devices_t device) in setDevice_l() function in android::AudioFlinger::EffectChain