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()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()
33 virtual bool isSystemIdSupported(
56 virtual bool isSystemIdSupported(
317 public static boolean isSystemIdSupported(int CA_system_id) { in isSystemIdSupported() method in MediaCas322 return service.isSystemIdSupported(CA_system_id); in isSystemIdSupported()
22125 Landroid/media/MediaCas;->isSystemIdSupported(I)Z
22906 method public static boolean isSystemIdSupported(int);