Home
last modified time | relevance | path

Searched refs:GetOperationsAndState (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.cc136 const auto ops_state = neteq_->GetOperationsAndState(); in RunToNextGetAudio()
200 const auto operations_state = neteq_->GetOperationsAndState(); in RunToNextGetAudio()
/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.h125 NetEqOperationsAndState GetOperationsAndState() const;
Dstatistics_calculator.cc394 NetEqOperationsAndState StatisticsCalculator::GetOperationsAndState() const { in GetOperationsAndState() function in webrtc::StatisticsCalculator
Dneteq_impl.h167 NetEqOperationsAndState GetOperationsAndState() const override;
Dneteq_impl.cc413 NetEqOperationsAndState NetEqImpl::GetOperationsAndState() const { in GetOperationsAndState() function in webrtc::NetEqImpl
415 auto result = stats_->GetOperationsAndState(); in GetOperationsAndState()
/external/webrtc/api/neteq/
Dneteq.h283 virtual NetEqOperationsAndState GetOperationsAndState() const = 0;
/external/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc294 neteq_->GetOperationsAndState(); in GetNetworkStatistics()