Home
last modified time | relevance | path

Searched defs:RecordingChannel (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc232 int32_t AudioDeviceBuffer::RecordingChannel(AudioDeviceModule::ChannelType& channel) const in RecordingChannel() function in webrtc::AudioDeviceBuffer
Daudio_device_impl.cc1076 int32_t AudioDeviceModuleImpl::RecordingChannel(ChannelType* channel) const in RecordingChannel() function in webrtc::AudioDeviceModuleImpl
/external/webrtc/webrtc/modules/audio_device/include/
Dfake_audio_device.h113 virtual int32_t RecordingChannel(ChannelType* channel) const { return 0; } in RecordingChannel() function
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc495 int32_t FakeAudioCaptureModule::RecordingChannel(ChannelType* channel) const { in RecordingChannel() function in FakeAudioCaptureModule