OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StereoPlayout
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
171
int32_t AudioDeviceDummy::
StereoPlayout
(bool& enabled) const { return -1; }
file_audio_device.cc
398
int32_t FileAudioDevice::
StereoPlayout
(bool& enabled) const {
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
106
virtual int32_t
StereoPlayout
(bool* enabled) const { return 0; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
460
int32_t FakeAudioCaptureModule::
StereoPlayout
(bool* /*enabled*/) const {
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
697
int32_t AudioDeviceLinuxALSA::
StereoPlayout
(bool& enabled) const
[
all
...]
audio_device_pulse_linux.cc
751
int32_t AudioDeviceLinuxPulse::
StereoPlayout
(bool& enabled) const
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
1067
//
StereoPlayout
1070
int32_t AudioDeviceWindowsWave::
StereoPlayout
(bool& enabled) const
[
all
...]
audio_device_core_win.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
795
int32_t AudioDeviceMac::
StereoPlayout
(bool& enabled) const {
[
all
...]
Completed in 3689 milliseconds