OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StereoPlayout
(Results
1 - 25
of
26
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.h
114
virtual int32_t
StereoPlayout
(bool& enabled) const = 0;
audio_device_impl.h
150
int32_t
StereoPlayout
(bool* enabled) const override;
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
171
int32_t AudioDeviceDummy::
StereoPlayout
(bool& enabled) const { return -1; }
audio_device_dummy.h
117
int32_t
StereoPlayout
(bool& enabled) const override;
file_audio_device.h
137
int32_t
StereoPlayout
(bool& enabled) const override;
file_audio_device.cc
398
int32_t FileAudioDevice::
StereoPlayout
(bool& enabled) const {
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
151
virtual int32_t
StereoPlayout
(bool* enabled) const = 0;
fake_audio_device.h
106
virtual int32_t
StereoPlayout
(bool* enabled) const { return 0; }
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm
199
int32_t AudioDeviceIOS::
StereoPlayout
(bool& enabled) const {
audio_device_ios.h
137
int32_t
StereoPlayout
(bool& enabled) const override;
/external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc
[
all
...]
func_test_manager.cc
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
162
int32_t
StereoPlayout
(bool* enabled) const override;
fakeaudiocapturemodule.cc
460
int32_t FakeAudioCaptureModule::
StereoPlayout
(bool* /*enabled*/) const {
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h
130
int32_t
StereoPlayout
(bool& enabled) const override;
audio_device_pulse_linux.h
192
int32_t
StereoPlayout
(bool& enabled) const override;
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/android/
audio_device_template.h
356
int32_t
StereoPlayout
(bool& enabled) const override {
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h
156
virtual int32_t
StereoPlayout
(bool& enabled) const;
audio_device_mac.cc
795
int32_t AudioDeviceMac::
StereoPlayout
(bool& enabled) const {
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h
180
virtual int32_t
StereoPlayout
(bool& enabled) const;
audio_device_wave_win.h
137
virtual int32_t
StereoPlayout
(bool& enabled) const;
audio_device_wave_win.cc
1067
//
StereoPlayout
1070
int32_t AudioDeviceWindowsWave::
StereoPlayout
(bool& enabled) const
[
all
...]
Completed in 68 milliseconds
1
2