Searched refs:SetRecordingChannel (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/ |
D | audio_device_buffer.h | 47 int32_t SetRecordingChannel(
|
D | audio_device_impl.h | 154 int32_t SetRecordingChannel(const ChannelType channel) override;
|
D | audio_device_buffer.cc | 204 int32_t AudioDeviceBuffer::SetRecordingChannel(const AudioDeviceModule::ChannelType channel) in SetRecordingChannel() function in webrtc::AudioDeviceBuffer
|
D | audio_device_impl.cc | 1048 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/ |
D | func_test_manager.cc | 1315 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()
|
D | audio_device_test_api.cc | 1498 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/ |
D | fake_audio_device.h | 112 virtual int32_t SetRecordingChannel(const ChannelType channel) { return 0; } in SetRecordingChannel() function
|
D | audio_device.h | 155 virtual int32_t SetRecordingChannel(const ChannelType channel) = 0;
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule.h | 166 int32_t SetRecordingChannel(const ChannelType channel) override;
|
D | fakeaudiocapturemodule.cc | 484 int32_t FakeAudioCaptureModule::SetRecordingChannel( in SetRecordingChannel() function in FakeAudioCaptureModule
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_hardware_impl.cc | 276 if (_shared->audio_device()->SetRecordingChannel(recCh) != 0) { in SetRecordingDevice()
|