Searched defs:isSystemIdSupported (Results 1 – 5 of 5) sorted by relevance
27 boolean isSystemIdSupported(int CA_system_id); in isSystemIdSupported() method
58 Status MediaCasService::isSystemIdSupported( in isSystemIdSupported() function in android::MediaCasService
39 bool MockCasFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::MockCasFactory65 bool MockDescramblerFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::MockDescramblerFactory
45 bool ClearKeyCasFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::clearkeycas::ClearKeyCasFactory69 bool ClearKeyDescramblerFactory::isSystemIdSupported( in isSystemIdSupported() function in android::clearkeycas::ClearKeyDescramblerFactory
374 public static boolean isSystemIdSupported(int CA_system_id) { in isSystemIdSupported() method in MediaCas