HomeSort by relevance Sort by last modified time
    Searched full:are_metrics_enabled (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.h 58 bool are_metrics_enabled() const override;
echo_cancellation_impl.cc 286 bool EchoCancellationImpl::are_metrics_enabled() const { function in class:webrtc::EchoCancellationImpl
  /external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h 41 MOCK_CONST_METHOD0(are_metrics_enabled,
audio_processing.h 649 virtual bool are_metrics_enabled() const = 0;
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc 818 _shared->audio_processing()->echo_cancellation()->are_metrics_enabled();
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc     [all...]
audio_processing_unittest.cc 932 EXPECT_TRUE(apm_->echo_cancellation()->are_metrics_enabled())
    [all...]

Completed in 1072 milliseconds