Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.1/vts/functional/
DVtsHalTvTunerV1_1TargetTest.cpp34 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in configSingleFilterInDemuxTest()
67 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in reconfigSingleFilterInDemuxTest()
103 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in mediaFilterUsingSharedMemoryTest()
144 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in recordSingleFilterTest()
DFrontendTests.cpp262 AssertionResult FrontendTests::openFrontendById(uint32_t frontendId) { in openFrontendById() function in FrontendTests
264 mService->openFrontendById(frontendId, [&](Result result, const sp<IFrontend>& frontend) { in openFrontendById()
492 ASSERT_TRUE(openFrontendById(feId)); in tuneTest()
508 ASSERT_TRUE(openFrontendById(feId)); in scanTest()
DFrontendTests.h115 AssertionResult openFrontendById(uint32_t frontendId);
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFrontendTests.cpp215 AssertionResult FrontendTests::openFrontendById(uint32_t frontendId) { in openFrontendById() function in FrontendTests
217 mService->openFrontendById(frontendId, [&](Result result, const sp<IFrontend>& frontend) { in openFrontendById()
433 ASSERT_TRUE(openFrontendById(feId)); in tuneTest()
445 ASSERT_TRUE(openFrontendById(feId)); in scanTest()
DFrontendTests.h112 AssertionResult openFrontendById(uint32_t frontendId);
/hardware/interfaces/tv/tuner/1.0/default/
DTuner.h43 virtual Return<void> openFrontendById(uint32_t frontendId,
DTuner.cpp110 Return<void> Tuner::openFrontendById(uint32_t frontendId, openFrontendById_cb _hidl_cb) { in openFrontendById() function in android::hardware::tv::tuner::V1_0::implementation::Tuner
/hardware/interfaces/tv/tuner/1.1/default/
DTuner.h47 virtual Return<void> openFrontendById(uint32_t frontendId,
DTuner.cpp208 Return<void> Tuner::openFrontendById(uint32_t frontendId, openFrontendById_cb _hidl_cb) { in openFrontendById() function in android::hardware::tv::tuner::V1_0::implementation::Tuner
/hardware/interfaces/tv/tuner/1.0/
DITuner.hal53 openFrontendById(FrontendId frontendId) generates (Result result, IFrontend frontend);