/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
D | VtsHalTvTunerV1_1TargetTest.cpp | 26 FrontendConfig1_1 frontendConf) { in configSingleFilterInDemuxTest() argument 32 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in configSingleFilterInDemuxTest() 52 ASSERT_TRUE(mFrontendTests.tuneFrontend(frontendConf, true /*testWithDemux*/)); in configSingleFilterInDemuxTest() 65 FrontendConfig1_1 frontendConf) { in reconfigSingleFilterInDemuxTest() argument 71 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in reconfigSingleFilterInDemuxTest() 75 if (frontendConf.config1_0.isSoftwareFe) { in reconfigSingleFilterInDemuxTest() 91 ASSERT_TRUE(mFrontendTests.tuneFrontend(frontendConf, true /*testWithDemux*/)); in reconfigSingleFilterInDemuxTest() 101 FrontendConfig1_1 frontendConf) { in mediaFilterUsingSharedMemoryTest() argument 107 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in mediaFilterUsingSharedMemoryTest() 111 if (frontendConf.config1_0.isSoftwareFe) { in mediaFilterUsingSharedMemoryTest() [all …]
|
D | VtsHalTvTunerV1_1TargetTest.h | 69 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);
|
D | FrontendTests.cpp | 491 void FrontendTests::tuneTest(FrontendConfig1_1 frontendConf) { in tuneTest() argument 493 getFrontendIdByType(frontendConf.config1_0.type, feId); in tuneTest() 497 if (frontendConf.canConnectToCiCam) { in tuneTest() 498 ASSERT_TRUE(linkCiCam(frontendConf.ciCamId)); in tuneTest() 499 ASSERT_TRUE(unlinkCiCam(frontendConf.ciCamId)); in tuneTest() 501 ASSERT_TRUE(tuneFrontend(frontendConf, false /*testWithDemux*/)); in tuneTest() 502 verifyFrontendStatusExt1_1(frontendConf.tuneStatusTypes, frontendConf.expectTuneStatuses); in tuneTest() 507 void FrontendTests::scanTest(FrontendConfig1_1 frontendConf, FrontendScanType scanType) { in scanTest() argument 509 getFrontendIdByType(frontendConf.config1_0.type, feId); in scanTest() 513 ASSERT_TRUE(scanFrontend(frontendConf, scanType)); in scanTest()
|
D | FrontendTests.h | 130 void tuneTest(FrontendConfig1_1 frontendConf);
|
/hardware/interfaces/tv/tuner/aidl/vts/functional/ |
D | FrontendTests.cpp | 547 void FrontendTests::tuneTest(FrontendConfig frontendConf) { in tuneTest() argument 549 getFrontendIdByType(frontendConf.type, feId); in tuneTest() 553 if (frontendConf.canConnectToCiCam) { in tuneTest() 554 ASSERT_TRUE(linkCiCam(frontendConf.ciCamId)); in tuneTest() 555 ASSERT_TRUE(removeOutputPid(frontendConf.removePid)); in tuneTest() 556 ASSERT_TRUE(unlinkCiCam(frontendConf.ciCamId)); in tuneTest() 558 ASSERT_TRUE(tuneFrontend(frontendConf, false /*testWithDemux*/)); in tuneTest() 559 verifyFrontendStatus(frontendConf.tuneStatusTypes, frontendConf.expectTuneStatuses); in tuneTest() 564 void FrontendTests::debugInfoTest(FrontendConfig frontendConf) { in debugInfoTest() argument 566 getFrontendIdByType(frontendConf.type, feId); in debugInfoTest() [all …]
|
D | VtsHalTvTunerTargetTest.cpp | 39 FrontendConfig frontendConf) { in configSingleFilterInDemuxTest() argument 45 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in configSingleFilterInDemuxTest() 64 ASSERT_TRUE(mFrontendTests.tuneFrontend(frontendConf, true /*testWithDemux*/)); in configSingleFilterInDemuxTest() 77 FrontendConfig frontendConf) { in reconfigSingleFilterInDemuxTest() argument 83 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in reconfigSingleFilterInDemuxTest() 87 if (frontendConf.isSoftwareFe) { in reconfigSingleFilterInDemuxTest() 102 ASSERT_TRUE(mFrontendTests.tuneFrontend(frontendConf, true /*testWithDemux*/)); in reconfigSingleFilterInDemuxTest() 129 FrontendConfig frontendConf) { in broadcastSingleFilterTest() argument 135 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in broadcastSingleFilterTest() 141 if (frontendConf.isSoftwareFe) { in broadcastSingleFilterTest() [all …]
|
D | VtsHalTvTunerTargetTest.h | 186 void configSingleFilterInDemuxTest(FilterConfig filterConf, FrontendConfig frontendConf); 188 FrontendConfig frontendConf); 301 void attachSingleFilterToRecordDvrTest(FilterConfig filterConf, FrontendConfig frontendConf, 303 void recordSingleFilterTestWithLnb(FilterConfig filterConf, FrontendConfig frontendConf, 305 void recordSingleFilterTest(FilterConfig filterConf, FrontendConfig frontendConf, 307 void setStatusCheckIntervalHintTest(int64_t milliseconds, FrontendConfig frontendConf, 392 void broadcastSingleFilterTest(FilterConfig filterConf, FrontendConfig frontendConf); 393 void broadcastSingleFilterTestWithLnb(FilterConfig filterConf, FrontendConfig frontendConf, 395 void mediaFilterUsingSharedMemoryTest(FilterConfig filterConf, FrontendConfig frontendConf); 451 FrontendConfig frontendConf, DescramblerConfig descConfig, [all …]
|
D | FrontendTests.h | 102 void tuneTest(FrontendConfig frontendConf); 104 void debugInfoTest(FrontendConfig frontendConf); 106 void statusReadinessTest(FrontendConfig frontendConf);
|
/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | VtsHalTvTunerV1_0TargetTest.cpp | 34 FrontendConfig frontendConf) { in configSingleFilterInDemuxTest() argument 40 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in configSingleFilterInDemuxTest() 76 FrontendConfig frontendConf) { in broadcastSingleFilterTest() argument 82 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in broadcastSingleFilterTest() 88 if (frontendConf.isSoftwareFe) { in broadcastSingleFilterTest() 101 ASSERT_TRUE(mFrontendTests.tuneFrontend(frontendConf, true /*testWithDemux*/)); in broadcastSingleFilterTest() 111 FrontendConfig frontendConf, in broadcastSingleFilterTestWithLnb() argument 127 broadcastSingleFilterTest(filterConf, frontendConf); in broadcastSingleFilterTestWithLnb() 160 FrontendConfig frontendConf, DvrConfig dvrConf) { in recordSingleFilterTest() argument 169 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in recordSingleFilterTest() [all …]
|
D | VtsHalTvTunerV1_0TargetTest.h | 147 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);
|
D | FrontendTests.cpp | 432 void FrontendTests::tuneTest(FrontendConfig frontendConf) { in tuneTest() argument 434 getFrontendIdByType(frontendConf.type, feId); in tuneTest() 438 ASSERT_TRUE(tuneFrontend(frontendConf, false /*testWithDemux*/)); in tuneTest() 439 verifyFrontendStatus(frontendConf.tuneStatusTypes, frontendConf.expectTuneStatuses); in tuneTest() 444 void FrontendTests::scanTest(FrontendConfig frontendConf, FrontendScanType scanType) { in scanTest() argument 446 getFrontendIdByType(frontendConf.type, feId); in scanTest() 450 ASSERT_TRUE(scanFrontend(frontendConf, scanType)); in scanTest()
|
D | FrontendTests.h | 124 void tuneTest(FrontendConfig frontendConf);
|