Searched refs:ns_status (Results 1 – 1 of 1) sorted by relevance
89 bool ns_status = true; in TryEnablingNsWithMode() local91 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() local103 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() local273 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 …]