Home
last modified time | relevance | path

Searched refs:SetRecordingChannel (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.h47 int32_t SetRecordingChannel(
Daudio_device_impl.h154 int32_t SetRecordingChannel(const ChannelType channel) override;
Daudio_device_buffer.cc204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel) in SetRecordingChannel() function in webrtc::AudioDeviceBuffer
Daudio_device_impl.cc1048 int32_t AudioDeviceModuleImpl::SetRecordingChannel(const ChannelType channel) in SetRecordingChannel() function in webrtc::AudioDeviceModuleImpl
1069 return (_audioDeviceBuffer.SetRecordingChannel(channel)); in SetRecordingChannel()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc1315 EXPECT_EQ(0, audioDevice->SetRecordingChannel(AudioDeviceModule::kChannelLeft)); in TestAudioTransport()
1333 EXPECT_EQ(0, audioDevice->SetRecordingChannel(AudioDeviceModule::kChannelBoth)); in TestAudioTransport()
1725 EXPECT_EQ(0, audioDevice->SetRecordingChannel(AudioDeviceModule::kChannelRight)); in TestMicrophoneVolume()
1864 EXPECT_EQ(0, audioDevice->SetRecordingChannel(AudioDeviceModule::kChannelLeft)); in TestMicrophoneMute()
2000 EXPECT_EQ(0, audioDevice->SetRecordingChannel(AudioDeviceModule::kChannelLeft)); in TestMicrophoneBoost()
2136 EXPECT_EQ(0, audioDevice->SetRecordingChannel(AudioDeviceModule::kChannelRight)); in TestMicrophoneAGC()
Daudio_device_test_api.cc1498 EXPECT_EQ(-1, audio_device_->SetRecordingChannel( in TEST_F()
1508 EXPECT_EQ(0, audio_device_->SetRecordingChannel( in TEST_F()
1512 EXPECT_EQ(0, audio_device_->SetRecordingChannel( in TEST_F()
1516 EXPECT_EQ(0, audio_device_->SetRecordingChannel( in TEST_F()
/external/webrtc/webrtc/modules/audio_device/include/
Dfake_audio_device.h112 virtual int32_t SetRecordingChannel(const ChannelType channel) { return 0; } in SetRecordingChannel() function
Daudio_device.h155 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.h166 int32_t SetRecordingChannel(const ChannelType channel) override;
Dfakeaudiocapturemodule.cc484 int32_t FakeAudioCaptureModule::SetRecordingChannel( in SetRecordingChannel() function in FakeAudioCaptureModule
/external/webrtc/webrtc/voice_engine/
Dvoe_hardware_impl.cc276 if (_shared->audio_device()->SetRecordingChannel(recCh) != 0) { in SetRecordingDevice()