Searched refs:isSystemIdSupported (Results 1 – 13 of 13) sorted by relevance
39 bool MockCasFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::MockCasFactory55 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()65 bool MockDescramblerFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::MockDescramblerFactory71 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()
36 virtual bool isSystemIdSupported(52 virtual bool isSystemIdSupported(
41 virtual bool isSystemIdSupported(57 virtual bool isSystemIdSupported(
45 bool ClearKeyCasFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::clearkeycas::ClearKeyCasFactory61 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()69 bool ClearKeyDescramblerFactory::isSystemIdSupported( in isSystemIdSupported() function in android::clearkeycas::ClearKeyDescramblerFactory76 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()
27 boolean isSystemIdSupported(int CA_system_id); in isSystemIdSupported() method
36 virtual Status isSystemIdSupported(
58 Status MediaCasService::isSystemIdSupported( in isSystemIdSupported() function in android::MediaCasService
152 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
33 virtual bool isSystemIdSupported(
56 virtual bool isSystemIdSupported(
374 public static boolean isSystemIdSupported(int CA_system_id) { in isSystemIdSupported() method in MediaCas379 return service.isSystemIdSupported(CA_system_id); in isSystemIdSupported()
21783 method public static boolean isSystemIdSupported(int);
23625 method public static boolean isSystemIdSupported(int);