• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:resultToInt

52 using ::aidl::android::hardware::broadcastradio::utils::resultToInt;
373 if (halResult.getServiceSpecificError() == resultToInt(Result::NOT_SUPPORTED)) { in getAmFmRegionConfig()
392 if (startResult.getServiceSpecificError() == resultToInt(Result::NOT_SUPPORTED)) { in getProgramList()
420 EXPECT_EQ(halResult.getServiceSpecificError(), resultToInt(Result::INVALID_ARGUMENTS)); in TEST_P()
540 if (halResult.getServiceSpecificError() == resultToInt(Result::NOT_SUPPORTED)) { in TEST_P()
578 EXPECT_EQ(result.getServiceSpecificError(), resultToInt(Result::INVALID_STATE)); in TEST_P()
607 auto notSupportedError = resultToInt(Result::NOT_SUPPORTED); in TEST_P()
638 auto invalidArgumentsError = resultToInt(Result::INVALID_ARGUMENTS); in TEST_P()
664 ASSERT_EQ(result.getServiceSpecificError(), resultToInt(Result::NOT_SUPPORTED)); in TEST_P()
688 EXPECT_EQ(result.getServiceSpecificError(), resultToInt(Result::NOT_SUPPORTED)); in TEST_P()
743 EXPECT_EQ(result.getServiceSpecificError(), resultToInt(Result::NOT_SUPPORTED)); in TEST_P()
772 if (halResult.getServiceSpecificError() == resultToInt(Result::NOT_SUPPORTED)) { in TEST_P()
820 EXPECT_EQ(result.getServiceSpecificError(), resultToInt(Result::NOT_SUPPORTED)); in TEST_P()
852 if (result.getServiceSpecificError() == resultToInt(Result::NOT_SUPPORTED)) { in TEST_P()
880 EXPECT_EQ(result.getServiceSpecificError(), resultToInt(Result::INVALID_STATE)); in TEST_P()
884 EXPECT_EQ(result.getServiceSpecificError(), resultToInt(Result::INVALID_STATE)); in TEST_P()
902 if (result.getServiceSpecificError() == resultToInt(Result::NOT_SUPPORTED)) { in TEST_P()
929 EXPECT_EQ(result.getServiceSpecificError(), resultToInt(Result::INVALID_STATE)); in TEST_P()
933 EXPECT_EQ(result.getServiceSpecificError(), resultToInt(Result::INVALID_STATE)); in TEST_P()
949 auto notSupportedError = resultToInt(Result::NOT_SUPPORTED); in TEST_P()
1045 if (halResult.getServiceSpecificError() != resultToInt(Result::NOT_SUPPORTED) && in TEST_P()
1046 halResult.getServiceSpecificError() != resultToInt(Result::INVALID_STATE)) { in TEST_P()
1082 auto notSupportedError = resultToInt(Result::NOT_SUPPORTED); in TEST_P()
1083 auto invalidStateError = resultToInt(Result::INVALID_STATE); in TEST_P()
1287 if (halResult.getServiceSpecificError() == resultToInt(Result::NOT_SUPPORTED)) { in TEST_P()