Searched refs:WebRtc_is_robust_validation_enabled (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.h193 int WebRtc_is_robust_validation_enabled(const void* handle);
H A Ddelay_estimator_unittest.cc309 // WebRtc_is_robust_validation_enabled() should return -1 if we have NULL
311 EXPECT_EQ(-1, WebRtc_is_robust_validation_enabled(NULL));
374 EXPECT_EQ(0, WebRtc_is_robust_validation_enabled(handle_));
377 EXPECT_EQ(kEnable[i], WebRtc_is_robust_validation_enabled(handle_));
380 EXPECT_EQ(kEnable[i], WebRtc_is_robust_validation_enabled(handle_));
441 if (!WebRtc_is_robust_validation_enabled(handle_)) {
461 if (!WebRtc_is_robust_validation_enabled(handle_)) {
H A Ddelay_estimator_wrapper.c405 int WebRtc_is_robust_validation_enabled(const void* handle) { function

Completed in 32 milliseconds