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

/frameworks/av/services/audioflinger/
H A DEffects.h306 void setDevice_l(audio_devices_t device);
H A DThreads.cpp3493 mEffectChains[i]->setDevice_l(type);
4705 mEffectChains[i]->setDevice_l(mOutDevice);
5213 mEffectChains[i]->setDevice_l(mOutDevice);
7133 mEffectChains[i]->setDevice_l(value);
7383 mEffectChains[i]->setDevice_l(mInDevice);
7866 mEffectChains[i]->setDevice_l(mOutDevice);
7931 mEffectChains[i]->setDevice_l(type);
H A DEffects.cpp1836 // setDevice_l() must be called with ThreadBase::mLock held
1837 void AudioFlinger::EffectChain::setDevice_l(audio_devices_t device) function in class:android::AudioFlinger::EffectChain

Completed in 249 milliseconds