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

/frameworks/av/media/libmedia/
H A DSoundPool.cpp777 setVolume_l(0, 0);
865 void SoundChannel::setVolume_l(float leftVolume, float rightVolume) function in class:android::SoundChannel
876 setVolume_l(leftVolume, rightVolume);
/frameworks/av/services/audioflinger/
H A DEffects.cpp1643 // setVolume_l() must be called with PlaybackThread::mLock held
1644 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right) function in class:android::AudioFlinger::EffectChain

Completed in 322 milliseconds