Lines Matching refs:halResult
210 Result halResult = Result::UNKNOWN_ERROR; in openSession() local
212 halResult = result; in openSession()
219 EXPECT_EQ(Result::OK, halResult); in openSession()
226 auto halResult = Result::UNKNOWN_ERROR; in getAmFmRegionConfig() local
228 halResult = result; in getAmFmRegionConfig()
235 if (halResult == Result::NOT_SUPPORTED) return false; in getAmFmRegionConfig()
237 EXPECT_EQ(Result::OK, halResult); in getAmFmRegionConfig()
238 return halResult == Result::OK; in getAmFmRegionConfig()
374 Result halResult; in TEST_P() local
377 halResult = result; in TEST_P()
383 if (halResult == Result::NOT_SUPPORTED) { in TEST_P()
387 ASSERT_EQ(Result::OK, halResult); in TEST_P()
728 auto halResult = Result::UNKNOWN_ERROR; in TEST_P() local
729 auto cb = [&](Result result, bool) { halResult = result; }; in TEST_P()
733 if (halResult != Result::NOT_SUPPORTED && halResult != Result::INVALID_STATE) { in TEST_P()
734 ASSERT_EQ(Result::OK, halResult); in TEST_P()
739 EXPECT_EQ(halResult, setResult); in TEST_P()
741 EXPECT_EQ(halResult, setResult); in TEST_P()
756 auto halResult = Result::UNKNOWN_ERROR; in TEST_P() local
759 halResult = result; in TEST_P()
764 EXPECT_EQ(Result::OK, halResult); in TEST_P()
849 Result halResult = Result::UNKNOWN_ERROR; in TEST_P() local
852 halResult = result; in TEST_P()
860 if (halResult == Result::NOT_SUPPORTED) { in TEST_P()
866 ASSERT_EQ(Result::OK, halResult); in TEST_P()