Searched defs:WaveOutVolume (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc89 int32_t AudioDeviceDummy::WaveOutVolume(uint16_t& volumeLeft, function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc313 int32_t FileAudioDevice::WaveOutVolume(uint16_t& volumeLeft, function in class:webrtc::FileAudioDevice
/external/webrtc/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h73 virtual int32_t WaveOutVolume(uint16_t* volumeLeft, function in class:webrtc::FakeAudioDeviceModule
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc304 int32_t FakeAudioCaptureModule::WaveOutVolume( function in class:FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_impl.cc647 // WaveOutVolume
650 int32_t AudioDeviceModuleImpl::WaveOutVolume(uint16_t* volumeLeft, uint16_t* volumeRight) const function in class:webrtc::AudioDeviceModuleImpl
657 if (_ptrAudioDevice->WaveOutVolume(volLeft, volRight) == -1)
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc348 int32_t AudioDeviceLinuxALSA::WaveOutVolume( function in class:webrtc::AudioDeviceLinuxALSA
H A Daudio_device_pulse_linux.cc438 int32_t AudioDeviceLinuxPulse::WaveOutVolume( function in class:webrtc::AudioDeviceLinuxPulse
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc547 int32_t AudioDeviceMac::WaveOutVolume(uint16_t& /*volumeLeft*/, function in class:webrtc::AudioDeviceMac
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc679 // WaveOutVolume
694 int32_t AudioDeviceWindowsWave::WaveOutVolume(uint16_t& volumeLeft, uint16_t& volumeRight) const function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.cc1054 // WaveOutVolume
1057 int32_t AudioDeviceWindowsCore::WaveOutVolume(uint16_t& volumeLeft, uint16_t& volumeRight) const function in class:webrtc::AudioDeviceWindowsCore

Completed in 317 milliseconds