HomeSort by relevance Sort by last modified time
    Searched refs:SetRecordingChannel (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_buffer.h 48 int32_t SetRecordingChannel(
audio_device_impl.h 165 virtual int32_t SetRecordingChannel(const ChannelType channel) OVERRIDE;
audio_device_buffer.cc 202 // SetRecordingChannel
212 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel)
audio_device_impl.cc     [all...]
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc 206 int32_t WebRtcAudioDeviceNotImpl::SetRecordingChannel(
webrtc_audio_device_not_impl.h 87 virtual int32_t SetRecordingChannel(const ChannelType channel) OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 153 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
fake_audio_device.h 112 virtual int32_t SetRecordingChannel(const ChannelType channel) { return 0; }
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.h 175 virtual int32_t SetRecordingChannel(const ChannelType channel);
fakeaudiocapturemodule.cc 513 int32_t FakeAudioCaptureModule::SetRecordingChannel(
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.cc     [all...]
audio_device_test_api.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_hardware_impl.cc 348 if (_shared->audio_device()->SetRecordingChannel(recCh) != 0) {
350 "SetRecordingChannel() unable to set the recording channel");

Completed in 364 milliseconds