Home
last modified time | relevance | path

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

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