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

  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_buffer.h 50 int32_t RecordingChannel(
audio_device_impl.h 166 virtual int32_t RecordingChannel(ChannelType* channel) const OVERRIDE;
audio_device_buffer.cc 237 // RecordingChannel
240 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const
audio_device_impl.cc     [all...]
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc 211 int32_t WebRtcAudioDeviceNotImpl::RecordingChannel(ChannelType* channel) const {
webrtc_audio_device_not_impl.h 88 virtual int32_t RecordingChannel(ChannelType* channel) const OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 154 virtual int32_t RecordingChannel(ChannelType* channel) const = 0;
fake_audio_device.h 113 virtual int32_t RecordingChannel(ChannelType* channel) const { return 0; }
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.h 176 virtual int32_t RecordingChannel(ChannelType* channel) const;
fakeaudiocapturemodule.cc 524 int32_t FakeAudioCaptureModule::RecordingChannel(ChannelType* channel) const {
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]
func_test_manager.cc 268 EXPECT_EQ(0, _audioDevice->RecordingChannel(&chType));
    [all...]

Completed in 133 milliseconds