Home
last modified time | relevance | path

Searched refs:lnbLive (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DVtsHalTvTunerV1_0TestConfigurations.h61 static LnbLiveHardwareConnections lnbLive; variable
147 TunerTestingConfigReader1_0::connectLnbLive(lnbLive); in connectHardwaresToTestCases()
181 feIsValid &= lnbLive.support ? frontendMap.find(lnbLive.frontendId) != frontendMap.end() : true; in validateConnections()
233 filterIsValid &= lnbLive.support ? (filterMap.find(lnbLive.audioFilterId) != filterMap.end() && in validateConnections()
234 filterMap.find(lnbLive.videoFilterId) != filterMap.end()) in validateConnections()
244 bool lnbIsValid = lnbLive.support ? lnbMap.find(lnbLive.lnbId) != lnbMap.end() : true; in validateConnections()
263 if (lnbLive.support) { in validateConnections()
264 for (auto msgName : lnbLive.diseqcMsgs) { in validateConnections()
H A DVtsHalTvTunerV1_0TargetTest.cpp435 if (!lnbLive.support) { in TEST_P()
438 if (lnbMap[lnbLive.lnbId].name.compare(emptyHardwareId) == 0) { in TEST_P()
445 ASSERT_TRUE(mLnbTests.openLnbByName(lnbMap[lnbLive.lnbId].name, id)); in TEST_P()
448 ASSERT_TRUE(mLnbTests.setVoltage(lnbMap[lnbLive.lnbId].voltage)); in TEST_P()
449 ASSERT_TRUE(mLnbTests.setTone(lnbMap[lnbLive.lnbId].tone)); in TEST_P()
450 ASSERT_TRUE(mLnbTests.setSatellitePosition(lnbMap[lnbLive.lnbId].position)); in TEST_P()
451 for (auto msgName : lnbLive.diseqcMsgs) { in TEST_P()
599 if (!lnbLive.support) { in TEST_P()
602 broadcastSingleFilterTestWithLnb(filterMap[lnbLive.videoFilterId], in TEST_P()
603 frontendMap[lnbLive.frontendId], lnbMap[lnbLive.lnbId]); in TEST_P()
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_0.h524 static void connectLnbLive(LnbLiveHardwareConnections& lnbLive) { in connectLnbLive()
527 lnbLive.support = true; in connectLnbLive()
529 lnbLive.support = false; in connectLnbLive()
533 lnbLive.frontendId = lnbLiveConfig.getFrontendConnection(); in connectLnbLive()
534 lnbLive.audioFilterId = lnbLiveConfig.getAudioFilterConnection(); in connectLnbLive()
535 lnbLive.videoFilterId = lnbLiveConfig.getVideoFilterConnection(); in connectLnbLive()
536 lnbLive.lnbId = lnbLiveConfig.getLnbConnection(); in connectLnbLive()
539 lnbLive.diseqcMsgs.push_back(msgName); in connectLnbLive()