Home
last modified time | relevance | path

Searched refs:VoENetEqStatsImpl (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_neteq_stats_impl.cc37 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) in VoENetEqStatsImpl() function in webrtc::VoENetEqStatsImpl
43 VoENetEqStatsImpl::~VoENetEqStatsImpl() { in ~VoENetEqStatsImpl()
48 int VoENetEqStatsImpl::GetNetworkStatistics(int channel, in GetNetworkStatistics()
65 int VoENetEqStatsImpl::GetDecodingCallStatistics( in GetDecodingCallStatistics()
Dvoe_neteq_stats_impl.h21 class VoENetEqStatsImpl : public VoENetEqStats {
29 VoENetEqStatsImpl(voe::SharedData* shared);
30 ~VoENetEqStatsImpl() override;
Dvoice_engine_impl.h77 public VoENetEqStatsImpl,
112 VoENetEqStatsImpl(this), in VoiceEngineImpl()