Home
last modified time | relevance | path

Searched refs:createFrontend (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.cpp674 ::testing::AssertionResult createFrontend(int32_t frontendId);
701 ::testing::AssertionResult TunerHidlTest::createFrontend(int32_t frontendId) { in createFrontend() function in __anon08a452290111::TunerHidlTest
719 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()