Searched refs:isSystemIdSupported (Results 1 – 9 of 9) 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()68 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()78 bool MockDescramblerFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::MockDescramblerFactory84 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()
36 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()74 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()82 bool ClearKeyDescramblerFactory::isSystemIdSupported( in isSystemIdSupported() function in android::clearkeycas::ClearKeyDescramblerFactory89 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()
41 virtual bool isSystemIdSupported(62 virtual bool isSystemIdSupported(
33 virtual bool isSystemIdSupported(
69 virtual bool isSystemIdSupported(
399 public static boolean isSystemIdSupported(int CA_system_id) { in isSystemIdSupported() method in MediaCas404 return service.isSystemIdSupported(CA_system_id); in isSystemIdSupported()
24374 method public static boolean isSystemIdSupported(int);