Searched defs:RecordingChannel (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_buffer.cc237 // RecordingChannel
240 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const function in class:webrtc::AudioDeviceBuffer
H A Daudio_device_impl.cc1168 // RecordingChannel
1171 int32_t AudioDeviceModuleImpl::RecordingChannel(ChannelType* channel) const function in class:webrtc::AudioDeviceModuleImpl
1177 if (_audioDeviceBuffer.RecordingChannel(chType) == -1)
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_not_impl.cc211 int32_t WebRtcAudioDeviceNotImpl::RecordingChannel(ChannelType* channel) const { function in class:content::WebRtcAudioDeviceNotImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h113 virtual int32_t RecordingChannel(ChannelType* channel) const { return 0; } function in class:webrtc::FakeAudioDeviceModule
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc505 int32_t FakeAudioCaptureModule::RecordingChannel(ChannelType* channel) const { function in class:FakeAudioCaptureModule

Completed in 80 milliseconds