HomeSort by relevance Sort by last modified time
    Searched full: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_impl.h 154 int32_t SetRecordingChannel(const ChannelType channel) override;
audio_device_buffer.cc 194 // SetRecordingChannel
204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel)
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/webrtc/voice_engine/
voe_hardware_impl.cc 276 if (_shared->audio_device()->SetRecordingChannel(recCh) != 0) {
279 "SetRecordingChannel() unable to set the recording channel");
  /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/
audio_device_test_api.cc     [all...]
func_test_manager.cc     [all...]

Completed in 349 milliseconds