Searched refs:VoEVolumeControl (Results 1 – 14 of 14) sorted by relevance
45 class WEBRTC_DLLEXPORT VoEVolumeControl {50 static VoEVolumeControl* GetInterface(VoiceEngine* voiceEngine);108 VoEVolumeControl(){}; in VoEVolumeControl() function109 virtual ~VoEVolumeControl(){}; in ~VoEVolumeControl()
29 webrtc::VoEVolumeControl* volume_control = in main()30 webrtc::VoEVolumeControl::GetInterface(voe); in main()
103 webrtc::VoEVolumeControl* volume) in VoEWrapper()121 webrtc::VoEVolumeControl* volume() const { return volume_.get(); } in volume()132 scoped_voe_ptr<webrtc::VoEVolumeControl> volume_;
144 public webrtc::VoEVolumeControl {
143 VoEVolumeControl* VolumeControlPtr() const { in VolumeControlPtr()198 VoEVolumeControl* voe_volume_control_;
133 voe_volume_control_ = VoEVolumeControl::GetInterface(voice_engine_); in GetInterfaces()
60 webrtc::VoEVolumeControl* voe_volume_control_;
21 voe_volume_control_ = webrtc::VoEVolumeControl::GetInterface(voice_engine_); in BeforeInitializationFixture()
20 class VoEVolumeControlImpl : public VoEVolumeControl {
23 VoEVolumeControl* VoEVolumeControl::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
188 VoEVolumeControl* volume = VoEVolumeControl::GetInterface(voe_); in StartPlaying()
131 ScopedVoEInterface<VoEVolumeControl> volume(voice_engine()); in GetStats()
126 VoEVolumeControl* volume;1174 veData.volume = VoEVolumeControl::GetInterface(veData.ve); in GetSubApis()
59 VoEVolumeControl* volume = NULL;133 volume = VoEVolumeControl::GetInterface(m_voe); in main()