Searched refs:GetOutputVolumePan (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_volume_control_impl.cc | 389 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()
|
D | voe_volume_control_impl.h | 48 int GetOutputVolumePan(int channel, float& left, float& right) override;
|
D | output_mixer.h | 76 int GetOutputVolumePan(float& left, float& right);
|
D | output_mixer.cc | 266 OutputMixer::GetOutputVolumePan(float& left, float& right) in GetOutputVolumePan() function in webrtc::voe::OutputMixer
|
D | channel.h | 278 int GetOutputVolumePan(float& left, float& right) const;
|
D | channel.cc | 2472 Channel::GetOutputVolumePan(float& left, float& right) const in GetOutputVolumePan() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | volume_test.cc | 276 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/ |
D | voe_volume_control.h | 105 virtual int GetOutputVolumePan(int channel, float& left, float& right) = 0;
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 332 MOCK_METHOD3(GetOutputVolumePan, int(int channel, float& left, float& right));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 673 WEBRTC_STUB(GetOutputVolumePan, (int channel, float& left, float& right));
|