Home
last modified time | relevance | path

Searched refs:VE_APM_ERROR (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.cc108 _shared->SetLastError(VE_APM_ERROR, kTraceError, in SetNsStatus()
113 _shared->SetLastError(VE_APM_ERROR, kTraceError, in SetNsStatus()
196 _shared->SetLastError(VE_APM_ERROR, kTraceError, in SetAgcStatus()
201 _shared->SetLastError(VE_APM_ERROR, kTraceError, in SetAgcStatus()
267 _shared->SetLastError(VE_APM_ERROR, kTraceError, in SetAgcConfig()
274 _shared->SetLastError(VE_APM_ERROR, kTraceError, in SetAgcConfig()
282 VE_APM_ERROR, kTraceError, in SetAgcConfig()
475 VE_APM_ERROR, kTraceWarning, in EnableDriftCompensation()
482 _shared->SetLastError(VE_APM_ERROR, kTraceError, in EnableDriftCompensation()
511 _shared->SetLastError(VE_APM_ERROR, kTraceWarning, in SetEcStatus()
[all …]
Dchannel.cc2676 VE_APM_ERROR, kTraceError, in SetRxAgcStatus()
2683 VE_APM_ERROR, kTraceError, in SetRxAgcStatus()
2713 VE_APM_ERROR, kTraceError, in GetRxAgcStatus()
2731 VE_APM_ERROR, kTraceError, in SetRxAgcConfig()
2740 VE_APM_ERROR, kTraceError, in SetRxAgcConfig()
2749 VE_APM_ERROR, kTraceError, in SetRxAgcConfig()
2811 VE_APM_ERROR, kTraceError, in SetRxNsStatus()
2818 VE_APM_ERROR, kTraceError, in SetRxNsStatus()
Dvoe_base_impl.cc339 shared_->SetLastError(VE_APM_ERROR); in Init()
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
Dagc_config_test.cc41 EXPECT_EQ(VE_APM_ERROR, voe_base_->LastError()); in TEST_F()
47 EXPECT_EQ(VE_APM_ERROR, voe_base_->LastError()); in TEST_F()
84 EXPECT_EQ(VE_APM_ERROR, voe_base_->LastError()); in TEST_F()
90 EXPECT_EQ(VE_APM_ERROR, voe_base_->LastError()); in TEST_F()
Dec_metrics_test.cc64 EXPECT_EQ(VE_APM_ERROR, voe_base_->LastError()); in TEST_F()
72 EXPECT_EQ(VE_APM_ERROR, voe_base_->LastError()); in TEST_F()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_errors.h72 #define VE_APM_ERROR 8097 macro