Searched defs:isSystemIdSupported (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/mediadrm/
H A DMediaCasService.cpp58 Status MediaCasService::isSystemIdSupported( function in class:android::MediaCasService
60 ALOGV("isSystemIdSupported: CA_system_id=%d", CA_system_id);
/frameworks/av/drm/mediacas/plugins/mock/
H A DMockCasPlugin.cpp39 bool MockCasFactory::isSystemIdSupported(int32_t CA_system_id) const { function in class:android::MockCasFactory
55 if (!isSystemIdSupported(CA_system_id)) {
65 bool MockDescramblerFactory::isSystemIdSupported(int32_t CA_system_id) const { function in class:android::MockDescramblerFactory
71 if (!isSystemIdSupported(CA_system_id)) {
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp45 bool ClearKeyCasFactory::isSystemIdSupported(int32_t CA_system_id) const { function in class:android::clearkeycas::ClearKeyCasFactory
61 if (!isSystemIdSupported(CA_system_id)) {
69 bool ClearKeyDescramblerFactory::isSystemIdSupported( function in class:android::clearkeycas::ClearKeyDescramblerFactory
76 if (!isSystemIdSupported(CA_system_id)) {
/frameworks/base/media/java/android/media/
H A DMediaCas.java46 * method {@link #isSystemIdSupported}. It can also obtain the entire list of supported
374 public static boolean isSystemIdSupported(int CA_system_id) { method in class:MediaCas
379 return service.isSystemIdSupported(CA_system_id);

Completed in 99 milliseconds