Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.1/vts/functional/
DVtsHalTvTunerV1_1TargetTest.cpp26 FrontendConfig1_1 frontendConf) { in configSingleFilterInDemuxTest() argument
32 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in configSingleFilterInDemuxTest()
59 FrontendConfig1_1 frontendConf) { in reconfigSingleFilterInDemuxTest() argument
65 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in reconfigSingleFilterInDemuxTest()
69 if (frontendConf.config1_0.isSoftwareFe) { in reconfigSingleFilterInDemuxTest()
85 ASSERT_TRUE(mFrontendTests.tuneFrontend(frontendConf, true /*testWithDemux*/)); in reconfigSingleFilterInDemuxTest()
95 FrontendConfig1_1 frontendConf) { in mediaFilterUsingSharedMemoryTest() argument
101 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in mediaFilterUsingSharedMemoryTest()
105 if (frontendConf.config1_0.isSoftwareFe) { in mediaFilterUsingSharedMemoryTest()
121 ASSERT_TRUE(mFrontendTests.tuneFrontend(frontendConf, true /*testWithDemux*/)); in mediaFilterUsingSharedMemoryTest()
[all …]
DVtsHalTvTunerV1_1TargetTest.h69 void configSingleFilterInDemuxTest(FilterConfig1_1 filterConf, FrontendConfig1_1 frontendConf);
71 FrontendConfig1_1 frontendConf);
98 void recordSingleFilterTest(FilterConfig1_1 filterConf, FrontendConfig1_1 frontendConf,
156 FrontendConfig1_1 frontendConf);
DFrontendTests.cpp488 void FrontendTests::tuneTest(FrontendConfig1_1 frontendConf) { in tuneTest() argument
490 getFrontendIdByType(frontendConf.config1_0.type, feId); in tuneTest()
494 if (frontendConf.canConnectToCiCam) { in tuneTest()
495 ASSERT_TRUE(linkCiCam(frontendConf.ciCamId)); in tuneTest()
496 ASSERT_TRUE(unlinkCiCam(frontendConf.ciCamId)); in tuneTest()
498 ASSERT_TRUE(tuneFrontend(frontendConf, false /*testWithDemux*/)); in tuneTest()
499 verifyFrontendStatusExt1_1(frontendConf.tuneStatusTypes, frontendConf.expectTuneStatuses); in tuneTest()
504 void FrontendTests::scanTest(FrontendConfig1_1 frontendConf, FrontendScanType scanType) { in scanTest() argument
506 getFrontendIdByType(frontendConf.config1_0.type, feId); in scanTest()
510 ASSERT_TRUE(scanFrontend(frontendConf, scanType)); in scanTest()
DFrontendTests.h130 void tuneTest(FrontendConfig1_1 frontendConf);
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.h147 void configSingleFilterInDemuxTest(FilterConfig filterConf, FrontendConfig frontendConf);
209 void broadcastSingleFilterTest(FilterConfig filterConf, FrontendConfig frontendConf);
210 void broadcastSingleFilterTestWithLnb(FilterConfig filterConf, FrontendConfig frontendConf,
269 void attachSingleFilterToRecordDvrTest(FilterConfig filterConf, FrontendConfig frontendConf,
271 void recordSingleFilterTest(FilterConfig filterConf, FrontendConfig frontendConf,
273 void recordSingleFilterTestWithLnb(FilterConfig filterConf, FrontendConfig frontendConf,
311 FrontendConfig frontendConf, DescramblerConfig descConfig);
DFrontendTests.cpp429 void FrontendTests::tuneTest(FrontendConfig frontendConf) { in tuneTest() argument
431 getFrontendIdByType(frontendConf.type, feId); in tuneTest()
435 ASSERT_TRUE(tuneFrontend(frontendConf, false /*testWithDemux*/)); in tuneTest()
436 verifyFrontendStatus(frontendConf.tuneStatusTypes, frontendConf.expectTuneStatuses); in tuneTest()
441 void FrontendTests::scanTest(FrontendConfig frontendConf, FrontendScanType scanType) { in scanTest() argument
443 getFrontendIdByType(frontendConf.type, feId); in scanTest()
447 ASSERT_TRUE(scanFrontend(frontendConf, scanType)); in scanTest()
DFrontendTests.h124 void tuneTest(FrontendConfig frontendConf);