Home
last modified time | relevance | path

Searched refs:volLeft (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc654 uint16_t volLeft(0); in WaveOutVolume() local
657 if (_ptrAudioDevice->WaveOutVolume(volLeft, volRight) == -1) in WaveOutVolume()
662 *volumeLeft = volLeft; in WaveOutVolume()