Home
last modified time | relevance | path

Searched refs:frontendConf (Results 1 – 12 of 12) 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()
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 …]
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.cpp491 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()
DFrontendTests.h130 void tuneTest(FrontendConfig1_1 frontendConf);
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.cpp547 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 …]
DVtsHalTvTunerTargetTest.cpp39 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 …]
DVtsHalTvTunerTargetTest.h186 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 …]
DFrontendTests.h102 void tuneTest(FrontendConfig frontendConf);
104 void debugInfoTest(FrontendConfig frontendConf);
106 void statusReadinessTest(FrontendConfig frontendConf);
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.cpp34 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 …]
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.cpp432 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()
DFrontendTests.h124 void tuneTest(FrontendConfig frontendConf);