Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h304 void setDevice_l(audio_devices_t device);
DThreads.cpp3496 mEffectChains[i]->setDevice_l(type); in createAudioPatch_l()
4728 mEffectChains[i]->setDevice_l(mOutDevice); in checkForNewParameter_l()
5234 mEffectChains[i]->setDevice_l(mOutDevice); in checkForNewParameter_l()
7191 mEffectChains[i]->setDevice_l(value); in checkForNewParameter_l()
7436 mEffectChains[i]->setDevice_l(mInDevice); in createAudioPatch_l()
7895 mEffectChains[i]->setDevice_l(device); in checkForNewParameter_l()
7978 mEffectChains[i]->setDevice_l(type); in createAudioPatch_l()
DEffects.cpp1854 void AudioFlinger::EffectChain::setDevice_l(audio_devices_t device) in setDevice_l() function in android::AudioFlinger::EffectChain