Home
last modified time | relevance | path

Searched refs:lnbMap (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TestConfigurations.h50 static map<string, LnbConfig> lnbMap; variable
124 TunerTestingConfigReader1_0::readLnbConfig1_0(lnbMap); in initLnbConfig()
244 bool lnbIsValid = lnbLive.support ? lnbMap.find(lnbLive.lnbId) != lnbMap.end() : true; in validateConnections()
245 lnbIsValid &= lnbRecord.support ? lnbMap.find(lnbRecord.lnbId) != lnbMap.end() : true; in validateConnections()
DVtsHalTvTunerV1_0TargetTest.cpp438 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()
603 frontendMap[lnbLive.frontendId], lnbMap[lnbLive.lnbId]); in TEST_P()
656 lnbMap[lnbRecord.lnbId]); in TEST_P()
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DVtsHalTvTunerTestConfigurations.h62 static map<string, LnbConfig> lnbMap; variable
683 TunerTestingConfigAidlReader1_0::readLnbConfig1_0(lnbMap); in initLnbConfig()
714 !lnbMap.empty()) { in determineLnbLive()
722 !lnbMap.empty()) { in determineLnbRecord()
974 bool lnbIsValid = lnbLive.support ? lnbMap.find(lnbLive.lnbId) != lnbMap.end() : true; in validateConnections()
976 lnbIsValid &= lnbRecord.support ? lnbMap.find(lnbRecord.lnbId) != lnbMap.end() : true; in validateConnections()
979 lnbDescrambling.support ? lnbMap.find(lnbDescrambling.lnbId) != lnbMap.end() : true; in validateConnections()
DVtsHalTvTunerTargetTest.cpp662 if (lnbMap[lnbLive.lnbId].name.compare(emptyHardwareId) == 0) { in TEST_P()
669 ASSERT_TRUE(mLnbTests.openLnbByName(lnbMap[lnbLive.lnbId].name, id)); in TEST_P()
672 ASSERT_TRUE(mLnbTests.setVoltage(lnbMap[lnbLive.lnbId].voltage)); in TEST_P()
673 ASSERT_TRUE(mLnbTests.setTone(lnbMap[lnbLive.lnbId].tone)); in TEST_P()
674 ASSERT_TRUE(mLnbTests.setSatellitePosition(lnbMap[lnbLive.lnbId].position)); in TEST_P()
1160 dvrMap[lnbRecord.dvrRecordId], lnbMap[lnbRecord.lnbId]); in TEST_P()
1368 frontendMap[lnbLive.frontendId], lnbMap[lnbLive.lnbId]); in TEST_P()
1460 lnbMap[lnbDescrambling.lnbId]); in TEST_P()
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigReaderV1_0.h345 static void readLnbConfig1_0(map<string, LnbConfig>& lnbMap) { in readLnbConfig1_0()
352 lnbMap[id].name = lnbConfig.getName(); in readLnbConfig1_0()
354 lnbMap[id].name = emptyHardwareId; in readLnbConfig1_0()
356 lnbMap[id].voltage = static_cast<LnbVoltage>(lnbConfig.getVoltage()); in readLnbConfig1_0()
357 lnbMap[id].tone = static_cast<LnbTone>(lnbConfig.getTone()); in readLnbConfig1_0()
358 lnbMap[id].position = static_cast<LnbPosition>(lnbConfig.getPosition()); in readLnbConfig1_0()
DTunerTestingConfigAidlReaderV1_0.h455 static void readLnbConfig1_0(map<string, LnbConfig>& lnbMap) { in readLnbConfig1_0()
463 lnbMap[id].name = lnbConfig.getName(); in readLnbConfig1_0()
465 lnbMap[id].name = emptyHardwareId; in readLnbConfig1_0()
467 lnbMap[id].voltage = static_cast<LnbVoltage>(lnbConfig.getVoltage()); in readLnbConfig1_0()
468 lnbMap[id].tone = static_cast<LnbTone>(lnbConfig.getTone()); in readLnbConfig1_0()
469 lnbMap[id].position = static_cast<LnbPosition>(lnbConfig.getPosition()); in readLnbConfig1_0()