Home
last modified time | relevance | path

Searched refs:descrambling (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TestConfigurations.h60 static DescramblingHardwareConnections descrambling; variable
146 TunerTestingConfigReader1_0::connectDescrambling(descrambling); in connectHardwaresToTestCases()
164 if (descrambling.support && !descrambling.hasFrontendConnection && in validateConnections()
165 descrambling.dvrSourceId.compare(emptyHardwareId) == 0) { in validateConnections()
178 feIsValid &= (descrambling.support && descrambling.hasFrontendConnection) in validateConnections()
179 ? frontendMap.find(descrambling.frontendId) != frontendMap.end() in validateConnections()
204 if (descrambling.support) { in validateConnections()
205 if (descrambling.hasFrontendConnection) { in validateConnections()
206 if (frontendMap[descrambling.frontendId].isSoftwareFe) { in validateConnections()
207 dvrIsValid &= dvrMap.find(descrambling.dvrSoftwareFeId) != dvrMap.end(); in validateConnections()
[all …]
DVtsHalTvTunerV1_0TargetTest.cpp324 if (descrambling.hasFrontendConnection) { in scrambledBroadcastTest()
330 mFrontendTests.setSoftwareFrontendDvrConfig(dvrMap[descrambling.dvrSoftwareFeId]); in scrambledBroadcastTest()
335 dvrSourceConfig = dvrMap[descrambling.dvrSourceId]; in scrambledBroadcastTest()
370 if (descrambling.hasFrontendConnection) { in scrambledBroadcastTest()
382 if (descrambling.hasFrontendConnection) { in scrambledBroadcastTest()
400 if (descrambling.hasFrontendConnection) { in scrambledBroadcastTest()
661 if (!descrambling.support) { in TEST_P()
668 if (descrambling.hasFrontendConnection) { in TEST_P()
670 mFrontendTests.getFrontendIdByType(frontendMap[descrambling.frontendId].type, feId); in TEST_P()
681 if (descrambling.hasFrontendConnection) { in TEST_P()
[all …]
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DVtsHalTvTunerTestConfigurations.h72 static DescramblingHardwareConnections descrambling; variable
372 descrambling_configs = {descrambling}; in generateDescramblingConfigurations()
764 descrambling.support = true; in determineDescrambling()
798 TunerTestingConfigAidlReader1_0::connectDescrambling(descrambling); in connectHardwaresToTestCases()
831 feIsValid &= descrambling.support && descrambling.hasFrontendConnection in validateConnections()
832 ? frontendMap.find(descrambling.frontendId) != frontendMap.end() in validateConnections()
864 if (descrambling.support) { in validateConnections()
865 if (descrambling.hasFrontendConnection) { in validateConnections()
866 if (frontendMap[descrambling.frontendId].isSoftwareFe) { in validateConnections()
867 dvrIsValid &= dvrMap.find(descrambling.dvrSoftwareFeId) != dvrMap.end(); in validateConnections()
[all …]
DVtsHalTvTunerTargetTest.cpp506 if (descrambling.hasFrontendConnection) { in scrambledBroadcastTest()
512 mFrontendTests.setSoftwareFrontendDvrConfig(dvrMap[descrambling.dvrSoftwareFeId]); in scrambledBroadcastTest()
517 dvrSourceConfig = dvrMap[descrambling.dvrSourceId]; in scrambledBroadcastTest()
568 if (descrambling.hasFrontendConnection) { in scrambledBroadcastTest()
585 if (descrambling.hasFrontendConnection) { in scrambledBroadcastTest()
607 if (descrambling.hasFrontendConnection) { in scrambledBroadcastTest()
1387 if (!descrambling.support) { in TEST_P()
1397 descrambling = combination; in TEST_P()
1402 if (descrambling.hasFrontendConnection) { in TEST_P()
1404 mFrontendTests.getFrontendIdByType(frontendMap[descrambling.frontendId].type, feId); in TEST_P()
[all …]
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigReaderV1_0.h501 static void connectDescrambling(DescramblingHardwareConnections& descrambling) { in connectDescrambling()
504 descrambling.support = true; in connectDescrambling()
506 descrambling.support = false; in connectDescrambling()
510 descrambling.descramblerId = descConfig.getDescramblerConnection(); in connectDescrambling()
511 descrambling.audioFilterId = descConfig.getAudioFilterConnection(); in connectDescrambling()
512 descrambling.videoFilterId = descConfig.getVideoFilterConnection(); in connectDescrambling()
514 descrambling.dvrSoftwareFeId = descConfig.getDvrSoftwareFeConnection(); in connectDescrambling()
517 descrambling.hasFrontendConnection = true; in connectDescrambling()
518 descrambling.dvrSourceId = emptyHardwareId; in connectDescrambling()
519 descrambling.frontendId = descConfig.getFrontendConnection(); in connectDescrambling()
[all …]
DTunerTestingConfigAidlReaderV1_0.h626 static void connectDescrambling(DescramblingHardwareConnections& descrambling) { in connectDescrambling()
629 descrambling.support = true; in connectDescrambling()
632 descrambling.support = false; in connectDescrambling()
636 descrambling.descramblerId = descConfig.getDescramblerConnection(); in connectDescrambling()
637 descrambling.audioFilterId = descConfig.getAudioFilterConnection(); in connectDescrambling()
638 descrambling.videoFilterId = descConfig.getVideoFilterConnection(); in connectDescrambling()
640 descrambling.dvrSoftwareFeId = descConfig.getDvrSoftwareFeConnection(); in connectDescrambling()
643 descrambling.hasFrontendConnection = true; in connectDescrambling()
644 descrambling.dvrSourceId = emptyHardwareId; in connectDescrambling()
645 descrambling.frontendId = descConfig.getFrontendConnection(); in connectDescrambling()
[all …]
/hardware/interfaces/cas/1.0/
Dtypes.hal27 * The CAS plugin must return ERROR_CAS_NO_LICENSE, when descrambling is
52 * where it is not able to perform descrambling.
98 * descrambling is failing because the session is not initialized properly.
DIMediaCasService.hal54 * Query if the descrambling scheme for a CA system is supported on this device.
57 * @return result whether the specified descrambling scheme is supported on this device.
/hardware/interfaces/cas/native/1.0/
Dtypes.hal61 * A descrambling destination buffer can be either normal user-space shared
62 * memory for the non-secure descrambling case, or it can be a secure buffer
DIDescrambler.hal22 * IDescrambler is the native plugin API for descrambling operations.
/hardware/interfaces/cas/1.2/
Dtypes.hal32 * ERROR_CAS_NO_CARD is used to report no smart card for descrambling.
37 * descrambling.
/hardware/interfaces/tv/tuner/1.0/
DIDescrambler.hal57 * Add packets' PID to the descrambler for descrambling