Home
last modified time | relevance | path

Searched refs:lnbIsValid (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TestConfigurations.h244 bool lnbIsValid = lnbLive.support ? lnbMap.find(lnbLive.lnbId) != lnbMap.end() : true; in validateConnections() local
245 lnbIsValid &= lnbRecord.support ? lnbMap.find(lnbRecord.lnbId) != lnbMap.end() : true; in validateConnections()
247 if (!lnbIsValid) { in validateConnections()
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DVtsHalTvTunerTestConfigurations.h974 bool lnbIsValid = lnbLive.support ? lnbMap.find(lnbLive.lnbId) != lnbMap.end() : true; in validateConnections() local
976 lnbIsValid &= lnbRecord.support ? lnbMap.find(lnbRecord.lnbId) != lnbMap.end() : true; in validateConnections()
978 lnbIsValid &= in validateConnections()
981 if (!lnbIsValid) { in validateConnections()