Home
last modified time | relevance | path

Searched refs:GetOutputVolumePan (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.cc389 int VoEVolumeControlImpl::GetOutputVolumePan(int channel, in GetOutputVolumePan() function in webrtc::VoEVolumeControlImpl
406 return _shared->output_mixer()->GetOutputVolumePan(left, right); in GetOutputVolumePan()
415 return channelPtr->GetOutputVolumePan(left, right); in GetOutputVolumePan()
Dvoe_volume_control_impl.h48 int GetOutputVolumePan(int channel, float& left, float& right) override;
Doutput_mixer.h76 int GetOutputVolumePan(float& left, float& right);
Doutput_mixer.cc266 OutputMixer::GetOutputVolumePan(float& left, float& right) in GetOutputVolumePan() function in webrtc::voe::OutputMixer
Dchannel.h278 int GetOutputVolumePan(float& left, float& right) const;
Dchannel.cc2472 Channel::GetOutputVolumePan(float& left, float& right) const in GetOutputVolumePan() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc276 EXPECT_EQ(0, voe_volume_control_->GetOutputVolumePan(channel_, left, right)); in TEST_F()
298 EXPECT_EQ(0, voe_volume_control_->GetOutputVolumePan(channel_, left, right)); in TEST_F()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h105 virtual int GetOutputVolumePan(int channel, float& left, float& right) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h332 MOCK_METHOD3(GetOutputVolumePan, int(int channel, float& left, float& right));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h673 WEBRTC_STUB(GetOutputVolumePan, (int channel, float& left, float& right));