Searched defs:SetRecordingChannel (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_buffer.cc194 // SetRecordingChannel
204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel) function in class:webrtc::AudioDeviceBuffer
H A Daudio_device_impl.cc1045 // SetRecordingChannel
1048 int32_t AudioDeviceModuleImpl::SetRecordingChannel(const ChannelType channel) function in class:webrtc::AudioDeviceModuleImpl
1069 return (_audioDeviceBuffer.SetRecordingChannel(channel));
/external/webrtc/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h112 virtual int32_t SetRecordingChannel(const ChannelType channel) { return 0; } function in class:webrtc::FakeAudioDeviceModule
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc484 int32_t FakeAudioCaptureModule::SetRecordingChannel( function in class:FakeAudioCaptureModule

Completed in 83 milliseconds