Lines Matching refs:halResult
207 Result halResult = Result::UNKNOWN_ERROR; in openSession() local
209 halResult = result; in openSession()
216 EXPECT_EQ(Result::OK, halResult); in openSession()
223 auto halResult = Result::UNKNOWN_ERROR; in getAmFmRegionConfig() local
225 halResult = result; in getAmFmRegionConfig()
232 if (halResult == Result::NOT_SUPPORTED) return false; in getAmFmRegionConfig()
234 EXPECT_EQ(Result::OK, halResult); in getAmFmRegionConfig()
235 return halResult == Result::OK; in getAmFmRegionConfig()
371 Result halResult; in TEST_P() local
374 halResult = result; in TEST_P()
380 if (halResult == Result::NOT_SUPPORTED) { in TEST_P()
384 ASSERT_EQ(Result::OK, halResult); in TEST_P()
668 auto halResult = Result::UNKNOWN_ERROR; in TEST_P() local
669 auto cb = [&](Result result, bool) { halResult = result; }; in TEST_P()
673 if (halResult != Result::NOT_SUPPORTED && halResult != Result::INVALID_STATE) { in TEST_P()
674 ASSERT_EQ(Result::OK, halResult); in TEST_P()
679 EXPECT_EQ(halResult, setResult); in TEST_P()
681 EXPECT_EQ(halResult, setResult); in TEST_P()
696 auto halResult = Result::UNKNOWN_ERROR; in TEST_P() local
699 halResult = result; in TEST_P()
704 EXPECT_EQ(Result::OK, halResult); in TEST_P()
789 Result halResult = Result::UNKNOWN_ERROR; in TEST_P() local
792 halResult = result; in TEST_P()
800 if (halResult == Result::NOT_SUPPORTED) { in TEST_P()
806 ASSERT_EQ(Result::OK, halResult); in TEST_P()