Home
last modified time | relevance | path

Searched refs:isSystemIdSupported (Results 1 – 9 of 9) 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()
65 bool MockDescramblerFactory::isSystemIdSupported(int32_t CA_system_id) const { in isSystemIdSupported() function in android::MockDescramblerFactory
71 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()
DMockCasPlugin.h36 virtual bool isSystemIdSupported(
52 virtual bool isSystemIdSupported(
/frameworks/av/drm/mediacas/plugins/clearkey/
DClearKeyCasPlugin.h41 virtual bool isSystemIdSupported(
57 virtual bool isSystemIdSupported(
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()
69 bool ClearKeyDescramblerFactory::isSystemIdSupported( in isSystemIdSupported() function in android::clearkeycas::ClearKeyDescramblerFactory
76 if (!isSystemIdSupported(CA_system_id)) { in createPlugin()
/frameworks/native/headers/media_plugin/media/cas/
DDescramblerAPI.h33 virtual bool isSystemIdSupported(
DCasAPI.h56 virtual bool isSystemIdSupported(
/frameworks/base/media/java/android/media/
DMediaCas.java317 public static boolean isSystemIdSupported(int CA_system_id) { in isSystemIdSupported() method in MediaCas
322 return service.isSystemIdSupported(CA_system_id); in isSystemIdSupported()
/frameworks/base/config/
Dhiddenapi-public-dex.txt22125 Landroid/media/MediaCas;->isSystemIdSupported(I)Z
/frameworks/base/api/
Dcurrent.txt22906 method public static boolean isSystemIdSupported(int);