Searched refs:VoENetEqStats (Results 1 – 8 of 8) sorted by relevance
20 class WEBRTC_DLLEXPORT VoENetEqStats {25 static VoENetEqStats* GetInterface(VoiceEngine* voiceEngine);43 VoENetEqStats() {} in VoENetEqStats() function44 virtual ~VoENetEqStats() {} in ~VoENetEqStats()
47 class VoENetEqStats; variable177 VoENetEqStats* NetEqStatsPtr() const { in NetEqStatsPtr()194 VoENetEqStats* voe_neteq_stats_;
158 voe_neteq_stats_ = VoENetEqStats::GetInterface(voice_engine_); in GetInterfaces()
22 VoENetEqStats* VoENetEqStats::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
21 class VoENetEqStatsImpl : public VoENetEqStats {
69 webrtc::VoENetEqStats* voe_neteq_stats_;
30 voe_neteq_stats_ = webrtc::VoENetEqStats::GetInterface(voice_engine_); in BeforeInitializationFixture()
68 VoENetEqStats* neteqst = NULL;141 neteqst = VoENetEqStats::GetInterface(m_voe); in main()