Searched refs:createFrontend (Results 1 – 1 of 1) sorted by relevance
674 ::testing::AssertionResult createFrontend(int32_t frontendId);701 ::testing::AssertionResult TunerHidlTest::createFrontend(int32_t frontendId) { in createFrontend() function in __anon08a452290111::TunerHidlTest719 if (createFrontend(frontendId) == ::testing::AssertionFailure()) { in tuneFrontend()743 if (!mFrontend && createFrontend(frontendId) == ::testing::AssertionFailure()) { in stopTuneFrontend()753 if (!mFrontend && createFrontend(frontendId) == ::testing::AssertionFailure()) { in closeFrontend()781 if (!mFrontend && createFrontend(frontendId) == ::testing::AssertionFailure()) { in createDemuxWithFrontend()1251 ASSERT_TRUE(createFrontend(feIds[i])); in TEST_P()