Searched defs:setVolume_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp956 setVolume_l(0, 0);
1045 void SoundChannel::setVolume_l(float leftVolume, float rightVolume) function in class:android::SoundChannel
1056 setVolume_l(leftVolume, rightVolume);
/frameworks/av/services/audioflinger/
H A DEffects.cpp1863 // setVolume_l() must be called with ThreadBase::mLock or EffectChain::mLock held
1864 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right, bool force) function in class:android::AudioFlinger::EffectChain
1930 (void)setVolume_l(&left, &right, true);

Completed in 1448 milliseconds