OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNetworkStatistics
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_neteq_stats_impl.cc
48
int VoENetEqStatsImpl::
GetNetworkStatistics
(int channel,
58
"
GetNetworkStatistics
() failed to locate channel");
62
return channelPtr->
GetNetworkStatistics
(stats);
channel_proxy.cc
102
NetworkStatistics ChannelProxy::
GetNetworkStatistics
() const {
105
int error = channel()->
GetNetworkStatistics
(stats);
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
statistics_calculator.cc
206
void StatisticsCalculator::
GetNetworkStatistics
(
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.cc
446
void AcmReceiver::
GetNetworkStatistics
(NetworkStatistics* acm_stat) {
audio_coding_module_impl.cc
700
int AudioCodingModuleImpl::
GetNetworkStatistics
(NetworkStatistics* statistics) {
701
receiver_.
GetNetworkStatistics
(statistics);
Completed in 239 milliseconds