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

/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp942 setVolume_l(0, 0);
1031 void SoundChannel::setVolume_l(float leftVolume, float rightVolume) function in class:android::SoundChannel
1042 setVolume_l(leftVolume, rightVolume);
/frameworks/av/services/audioflinger/
H A DEffects.cpp1656 // setVolume_l() must be called with PlaybackThread::mLock held
1657 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right) function in class:android::AudioFlinger::EffectChain

Completed in 3789 milliseconds