Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h312 void setDevice_l(audio_devices_t device);
DThreads.cpp3693 mEffectChains[i]->setDevice_l(type); in createAudioPatch_l()
4984 mEffectChains[i]->setDevice_l(mOutDevice); in checkForNewParameter_l()
5481 mEffectChains[i]->setDevice_l(mOutDevice); in checkForNewParameter_l()
7549 mEffectChains[i]->setDevice_l(value); in checkForNewParameter_l()
7794 mEffectChains[i]->setDevice_l(mInDevice); in createAudioPatch_l()
8287 mEffectChains[i]->setDevice_l(device); in checkForNewParameter_l()
8370 mEffectChains[i]->setDevice_l(type); in createAudioPatch_l()
DEffects.cpp2166 void AudioFlinger::EffectChain::setDevice_l(audio_devices_t device) in setDevice_l() function in android::AudioFlinger::EffectChain