OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetStereoPlayout
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
169
int32_t AudioDeviceDummy::
SetStereoPlayout
(bool enable) { return -1; }
file_audio_device.cc
394
int32_t FileAudioDevice::
SetStereoPlayout
(bool enable) {
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
31
virtual int32_t
SetStereoPlayout
(bool enable) { return 0; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
454
int32_t FakeAudioCaptureModule::
SetStereoPlayout
(bool /*enable*/) {
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
686
int32_t AudioDeviceLinuxALSA::
SetStereoPlayout
(bool enable)
[
all
...]
audio_device_pulse_linux.cc
740
int32_t AudioDeviceLinuxPulse::
SetStereoPlayout
(bool enable)
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
1033
//
SetStereoPlayout
1055
int32_t AudioDeviceWindowsWave::
SetStereoPlayout
(bool enable)
[
all
...]
audio_device_core_win.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
786
int32_t AudioDeviceMac::
SetStereoPlayout
(bool enable) {
[
all
...]
Completed in 134 milliseconds