OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRecordingChannel
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.h
47
int32_t
SetRecordingChannel
(
audio_device_buffer.cc
194
//
SetRecordingChannel
204
int32_t AudioDeviceBuffer::
SetRecordingChannel
(const AudioDeviceModule::ChannelType channel)
audio_device_impl.h
154
int32_t
SetRecordingChannel
(const ChannelType channel) override;
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
155
virtual int32_t
SetRecordingChannel
(const ChannelType channel) = 0;
fake_audio_device.h
112
virtual int32_t
SetRecordingChannel
(const ChannelType channel) { return 0; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
166
int32_t
SetRecordingChannel
(const ChannelType channel) override;
fakeaudiocapturemodule.cc
484
int32_t FakeAudioCaptureModule::
SetRecordingChannel
(
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc
[
all
...]
audio_device_test_api.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc
276
if (_shared->audio_device()->
SetRecordingChannel
(recCh) != 0) {
279
"
SetRecordingChannel
() unable to set the recording channel");
Completed in 84 milliseconds