Searched defs:setVolume_l (Results 1 - 2 of 2) sorted by relevance
/frameworks/av/media/libmedia/ | ||
H A D | SoundPool.cpp | 765 setVolume_l(0, 0); 853 void SoundChannel::setVolume_l(float leftVolume, float rightVolume) function in class:android::SoundChannel 864 setVolume_l(leftVolume, rightVolume); |
/frameworks/av/services/audioflinger/ | ||
H A D | Effects.cpp | 1505 // setVolume_l() must be called with PlaybackThread::mLock held 1506 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right) function in class:android::AudioFlinger::EffectChain |
Completed in 45 milliseconds