Home
last modified time | relevance | path

Searched refs:isSystemIdSupported (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/drm/mediacas/plugins/mock/
DMockCasPlugin.cpp39 bool MockCasFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::MockCasFactory
55 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::MockDescramblerFactory
84 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()
DMockCasPlugin.h36 virtual bool isSystemIdSupported(
57 virtual bool isSystemIdSupported(
/frameworks/av/drm/mediacas/plugins/clearkey/
DClearKeyCasPlugin.cpp45 bool ClearKeyCasFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::clearkeycas::ClearKeyCasFactory
61 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::ClearKeyDescramblerFactory
89 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()
DClearKeyCasPlugin.h41 virtual bool isSystemIdSupported(
62 virtual bool isSystemIdSupported(
/frameworks/native/headers/media_plugin/media/cas/
DDescramblerAPI.h33 virtual bool isSystemIdSupported(
DCasAPI.h69 virtual bool isSystemIdSupported(
/frameworks/base/media/java/android/media/
DMediaCas.java640 public static boolean isSystemIdSupported(int CA_system_id) { in isSystemIdSupported() method in MediaCas
645 return service.isSystemIdSupported(CA_system_id); in isSystemIdSupported()
/frameworks/base/core/api/
Dcurrent.txt21126 method public static boolean isSystemIdSupported(int);