Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TestConfigurations.h170 bool feIsValid = live.hasFrontendConnection in validateConnections() local
173 feIsValid &= scan.hasFrontendConnection ? frontendMap.find(scan.frontendId) != frontendMap.end() in validateConnections()
175 feIsValid &= record.support && record.hasFrontendConnection in validateConnections()
178 feIsValid &= (descrambling.support && descrambling.hasFrontendConnection) in validateConnections()
181 feIsValid &= lnbLive.support ? frontendMap.find(lnbLive.frontendId) != frontendMap.end() : true; in validateConnections()
182 feIsValid &= in validateConnections()
185 if (!feIsValid) { in validateConnections()
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DVtsHalTvTunerTestConfigurations.h823 bool feIsValid = live.hasFrontendConnection in validateConnections() local
826 feIsValid &= scan.hasFrontendConnection ? frontendMap.find(scan.frontendId) != frontendMap.end() in validateConnections()
828 feIsValid &= record.support && record.hasFrontendConnection in validateConnections()
831 feIsValid &= descrambling.support && descrambling.hasFrontendConnection in validateConnections()
835 feIsValid &= lnbLive.support ? frontendMap.find(lnbLive.frontendId) != frontendMap.end() : true; in validateConnections()
837 feIsValid &= in validateConnections()
840 feIsValid &= lnbDescrambling.support in validateConnections()
844 if (!feIsValid) { in validateConnections()
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DVtsHalTvTunerV1_1TestConfigurations.h156 bool feIsValid = frontendMap.find(live.frontendId) != frontendMap.end() && in validateConnections() local
158 feIsValid &= record.support ? frontendMap.find(record.frontendId) != frontendMap.end() : true; in validateConnections()
160 if (!feIsValid) { in validateConnections()