Home
last modified time | relevance | path

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

/hardware/interfaces/cas/1.0/vts/functional/
DVtsHalCasV1_0TargetTest.cpp251 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);
263 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument
264 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()
268 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()
274 auto pluginStatus = mService->createPlugin(caSystemId, mCasListener); in createCasPlugin()
283 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()
437 int32_t caSystemId = descriptors[i].caSystemId; in TEST_F() local
439 ASSERT_TRUE(createCasPlugin(caSystemId)); in TEST_F()
474 int32_t caSystemId = descriptors[i].caSystemId; in TEST_F() local
475 if (CLEAR_KEY_SYSTEM_ID == caSystemId) { in TEST_F()
/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.cpp294 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);
304 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument
305 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()
309 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()
315 auto pluginStatus = mService->createPluginExt(caSystemId, mCasListener); in createCasPlugin()
324 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.0/
Dtypes.hal122 int32_t caSystemId;