Searched refs:VoEBase (Results 1 – 25 of 27) sorted by relevance
12
98 class WEBRTC_DLLEXPORT VoEBase {103 static VoEBase* GetInterface(VoiceEngine* voiceEngine);189 VoEBase() {} in VoEBase() function190 virtual ~VoEBase() {} in ~VoEBase()
28 webrtc::VoEBase* base = webrtc::VoEBase::GetInterface(voe); in main()
120 VoEBase* base = _mgr.BasePtr(); in StartStopTest()195 VoEBase* base = _mgr.BasePtr(); in CreateDeleteChannelsTest()305 VoEBase* base = _mgr.BasePtr(); in MultipleThreadsTest()388 VoEBase* base = _mgr.BasePtr(); in ProcessExtraApi()
137 VoEBase* BasePtr() const { in BasePtr()186 VoEBase* voe_base_;
80 VoEBase* base = manager_.BasePtr(); in OutputTest()117 VoEBase* base = manager_.BasePtr(); in Start()
48 VoEBase* base = _mgr.BasePtr(); in DoTest()
131 voe_base_ = VoEBase::GetInterface(voice_engine_); in GetInterfaces()
98 webrtc::VoEBase* base, in VoEWrapper()116 webrtc::VoEBase* base() const { return base_.get(); } in base()127 scoped_voe_ptr<webrtc::VoEBase> base_;
24 base_(VoEBase::GetInterface(voe_)), in VoEAudioProcessingTest()35 VoEBase* base_;
28 base_(VoEBase::GetInterface(voe_)), in VoECodecTest()91 VoEBase* base_;
26 VoEBase* base_;
17 base_(VoEBase::GetInterface(voe_)), in VoiceEngineFixture()
23 class VoEBaseImpl : public VoEBase,
31 VoEBase* VoEBase::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
147 webrtc::VoEBase* local_base_;152 webrtc::VoEBase* remote_base_;
52 local_base_ = webrtc::VoEBase::GetInterface(local_voe_); in ConferenceTransport()59 remote_base_ = webrtc::VoEBase::GetInterface(remote_voe_); in ConferenceTransport()
38 VoEBase* base = VoEBase::GetInterface(voe); in RunHarness()
26 class VoEBase; variable120 VoEBase* base;
297 voe_send_.base = VoEBase::GetInterface(voe_send_.voice_engine); in CreateVoiceEngines()307 voe_recv_.base = VoEBase::GetInterface(voe_recv_.voice_engine); in CreateVoiceEngines()
46 ScopedVoEInterface<VoEBase> voe_base_;
58 webrtc::VoEBase* voe_base_;
19 voe_base_ = webrtc::VoEBase::GetInterface(voice_engine_); in BeforeInitializationFixture()
90 base_(VoEBase::GetInterface(voe_)), in AgcVoiceEngine()214 VoEBase* base_;
225 VoEBase* voe_base = VoEBase::GetInterface(voice_engine); in TestAudioVideoSync()
121 VoEBase* base;1129 veData.base = VoEBase::GetInterface(veData.ve); in GetSubApis()