Home | History | Annotate | Download | only in functional

Lines Matching refs:halResult

299     Result halResult = Result::NOT_INITIALIZED;
301 halResult = result;
308 EXPECT_EQ(Result::OK, halResult);
315 if (hidlReturn.isOk() && halResult == Result::OK) {
328 Result halResult = Result::NOT_INITIALIZED;
330 halResult = result;
337 EXPECT_EQ(Result::OK, halResult);
351 Result halResult = Result::NOT_INITIALIZED;
354 halResult = result;
360 return ((halResult == Result::OK) && (halConfig.antennaConnected == true));
429 Result halResult = Result::NOT_INITIALIZED;
430 auto openCb = [&](Result result, const sp<ITuner>&) { halResult = result; };
433 if (halResult == Result::OK) {
438 EXPECT_EQ(Result::INVALID_STATE, halResult);
469 Result halResult;
472 halResult = result;
478 EXPECT_EQ(Result::OK, halResult);
619 Result halResult = Result::NOT_INITIALIZED;
622 halResult = result;
628 EXPECT_EQ(Result::OK, halResult);
659 Result halResult;
661 halResult = result;
665 ASSERT_EQ(Result::OK, halResult);