OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoENetEqStatsImpl
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_neteq_stats_impl.cc
37
VoENetEqStatsImpl
::
VoENetEqStatsImpl
(voe::SharedData* shared)
40
"
VoENetEqStatsImpl
::
VoENetEqStatsImpl
() - ctor");
43
VoENetEqStatsImpl
::~
VoENetEqStatsImpl
() {
45
"
VoENetEqStatsImpl
::~
VoENetEqStatsImpl
() - dtor");
48
int
VoENetEqStatsImpl
::GetNetworkStatistics(int channel,
65
int
VoENetEqStatsImpl
::GetDecodingCallStatistics
[
all
...]
voe_neteq_stats_impl.h
21
class
VoENetEqStatsImpl
: public VoENetEqStats {
29
VoENetEqStatsImpl
(voe::SharedData* shared);
30
~
VoENetEqStatsImpl
() override;
Completed in 737 milliseconds