Home
last modified time | relevance | path

Searched refs:caSystemId (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DDescramblerTests.cpp19 AssertionResult DescramblerTests::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument
20 auto status = mMediaCasService->isSystemIdSupported(caSystemId); in createCasPlugin()
27 auto pluginStatus = mMediaCasService->createPluginExt(caSystemId, mCasListener); in createCasPlugin()
65 AssertionResult DescramblerTests::getKeyToken(int32_t caSystemId, string provisonStr, in getKeyToken() argument
67 if (createCasPlugin(caSystemId) != success()) { in getKeyToken()
DDescramblerTests.h102 AssertionResult getKeyToken(int32_t caSystemId, string provisonStr,
120 AssertionResult createCasPlugin(int32_t caSystemId);
/hardware/interfaces/cas/1.0/vts/functional/
DVtsHalCasV1_0TargetTest.cpp239 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);
251 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument
252 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()
256 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()
262 auto pluginStatus = mService->createPlugin(caSystemId, mCasListener); in createCasPlugin()
271 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()
425 int32_t caSystemId = descriptors[i].caSystemId; in TEST_P() local
427 ASSERT_TRUE(createCasPlugin(caSystemId)); in TEST_P()
462 int32_t caSystemId = descriptors[i].caSystemId; in TEST_P() local
463 if (CLEAR_KEY_SYSTEM_ID == caSystemId) { in TEST_P()
/hardware/interfaces/cas/1.1/
DIMediaCasService.hal33 * @param caSystemId the id of the CA system.
37 createPluginExt(int32_t caSystemId, ICasListener listener) generates (ICas cas);
/hardware/interfaces/cas/1.1/vts/functional/
DVtsHalCasV1_1TargetTest.cpp282 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);
292 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument
293 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()
297 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()
303 auto pluginStatus = mService->createPluginExt(caSystemId, mCasListener); in createCasPlugin()
312 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()
/hardware/interfaces/cas/1.2/vts/functional/
DVtsHalCasV1_2TargetTest.cpp324 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);
336 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument
337 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()
341 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()
347 auto pluginStatus = mService->createPluginExt(caSystemId, mCasListener); in createCasPlugin()
356 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()
/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h183 .caSystemId = it->CA_system_id, in queryPluginsFromPath()
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h173 HidlCasPluginDescriptor{.caSystemId = it->CA_system_id, .name = it->name.c_str()}); in queryPluginsFromPath()
/hardware/interfaces/cas/1.2/default/
DFactoryLoader.h173 HidlCasPluginDescriptor{.caSystemId = it->CA_system_id, .name = it->name.c_str()}); in queryPluginsFromPath()
/hardware/interfaces/cas/1.0/
Dtypes.hal122 int32_t caSystemId;