Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc89 bool ns_status = true; in TryEnablingNsWithMode() local
91 EXPECT_EQ(0, voe_apm_->GetNsStatus(ns_status, ns_mode)); in TryEnablingNsWithMode()
93 EXPECT_TRUE(ns_status); in TryEnablingNsWithMode()
101 bool ns_status = true; in TryEnablingRxNsWithMode() local
103 EXPECT_EQ(0, voe_apm_->GetRxNsStatus(channel_, ns_status, ns_mode)); in TryEnablingRxNsWithMode()
105 EXPECT_TRUE(ns_status); in TryEnablingRxNsWithMode()
271 bool ns_status = true; in TEST_F() local
273 EXPECT_EQ(0, voe_apm_->GetNsStatus(ns_status, ns_mode)); in TEST_F()
275 EXPECT_FALSE(ns_status); in TEST_F()
298 bool ns_status = true; in TEST_F() local
[all …]