Searched refs:frontendConf (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
H A D | VtsHalTvTunerV1_1TargetTest.cpp | 26 FrontendConfig1_1 frontendConf) { in configSingleFilterInDemuxTest() argument 32 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in configSingleFilterInDemuxTest() 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() 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() 132 FrontendConfig1_1 frontendConf, in recordSingleFilterTest() argument 142 mFrontendTests.getFrontendIdByType(frontendConf.config1_0.type, feId); in recordSingleFilterTest() [all …]
|
H A D | FrontendTests.cpp | 488 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()
|
H A 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);
|
H A D | FrontendTests.h | 130 void tuneTest(FrontendConfig1_1 frontendConf);
|
/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
H A D | VtsHalTvTunerV1_0TargetTest.cpp | 34 FrontendConfig frontendConf) { in configSingleFilterInDemuxTest() argument 40 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in configSingleFilterInDemuxTest() 82 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in broadcastSingleFilterTest() 88 if (frontendConf.isSoftwareFe) { in broadcastSingleFilterTest() 127 broadcastSingleFilterTest(filterConf, frontendConf); in broadcastSingleFilterTestWithLnb() 169 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in recordSingleFilterTest() 176 if (frontendConf.isSoftwareFe) { in recordSingleFilterTest() 259 recordSingleFilterTest(filterConf, frontendConf, dvrConf); in recordSingleFilterTestWithLnb() 275 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in attachSingleFilterToRecordDvrTest() 326 mFrontendTests.getFrontendIdByType(frontendConf.type, feId); in scrambledBroadcastTest() [all …]
|
H A 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);
|
H A D | FrontendTests.cpp | 429 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()
|
H A D | FrontendTests.h | 124 void tuneTest(FrontendConfig frontendConf);
|