Lines Matching refs:halResult
209 Result halResult = Result::UNKNOWN_ERROR; in openSession() local
211 halResult = result; in openSession()
218 EXPECT_EQ(Result::OK, halResult); in openSession()
225 auto halResult = Result::UNKNOWN_ERROR; in getAmFmRegionConfig() local
227 halResult = result; in getAmFmRegionConfig()
234 if (halResult == Result::NOT_SUPPORTED) return false; in getAmFmRegionConfig()
236 EXPECT_EQ(Result::OK, halResult); in getAmFmRegionConfig()
237 return halResult == Result::OK; in getAmFmRegionConfig()
373 Result halResult; in TEST_F() local
376 halResult = result; in TEST_F()
382 if (halResult == Result::NOT_SUPPORTED) { in TEST_F()
386 ASSERT_EQ(Result::OK, halResult); in TEST_F()
670 auto halResult = Result::UNKNOWN_ERROR; in TEST_F() local
671 auto cb = [&](Result result, bool) { halResult = result; }; in TEST_F()
675 if (halResult != Result::NOT_SUPPORTED && halResult != Result::INVALID_STATE) { in TEST_F()
676 ASSERT_EQ(Result::OK, halResult); in TEST_F()
681 EXPECT_EQ(halResult, setResult); in TEST_F()
683 EXPECT_EQ(halResult, setResult); in TEST_F()
698 auto halResult = Result::UNKNOWN_ERROR; in TEST_F() local
701 halResult = result; in TEST_F()
706 EXPECT_EQ(Result::OK, halResult); in TEST_F()
791 Result halResult = Result::UNKNOWN_ERROR; in TEST_F() local
794 halResult = result; in TEST_F()
802 if (halResult == Result::NOT_SUPPORTED) { in TEST_F()
808 ASSERT_EQ(Result::OK, halResult); in TEST_F()