OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRecordingDevice
(Results
26 - 37
of
37
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/tools/agc/
agc_harness.cc
127
RTC_CHECK_EQ(0, hardware_->
SetRecordingDevice
(capture_idx_));
/external/webrtc/webrtc/test/
mock_voice_engine.h
227
MOCK_METHOD2(
SetRecordingDevice
,
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
914
int32_t AudioDeviceLinuxALSA::
SetRecordingDevice
(uint16_t index)
940
//
SetRecordingDevice
II (II)
943
int32_t AudioDeviceLinuxALSA::
SetRecordingDevice
(
[
all
...]
audio_device_pulse_linux.cc
1032
int32_t AudioDeviceLinuxPulse::
SetRecordingDevice
(uint16_t index)
1058
int32_t AudioDeviceLinuxPulse::
SetRecordingDevice
(
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
365
res = hardware->
SetRecordingDevice
(rd);
600
res = hardware->
SetRecordingDevice
(num_rd);
/external/webrtc/webrtc/voice_engine/
voe_base_impl.cc
295
if (shared_->audio_device()->
SetRecordingDevice
(
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
972
int32_t AudioDeviceMac::
SetRecordingDevice
(uint16_t index) {
996
int32_t AudioDeviceMac::
SetRecordingDevice
(
[
all
...]
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
538
WEBRTC_STUB(
SetRecordingDevice
, (int, webrtc::StereoChannel));
webrtcvoiceengine.cc
871
if (voe_wrapper_->hw()->
SetRecordingDevice
(in_id) == -1) {
872
LOG_RTCERR1(
SetRecordingDevice
, in_id);
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
[
all
...]
audio_device_core_win.cc
341
ok |= p->
SetRecordingDevice
(i);
[
all
...]
Completed in 457 milliseconds
1
2