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

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

Completed in 72 milliseconds