Home
last modified time | relevance | path

Searched refs:isSystemIdSupported (Results 1 – 13 of 13) 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/av/drm/libmediadrm/aidl/android/media/
DIMediaCasService.aidl27 boolean isSystemIdSupported(int CA_system_id); in isSystemIdSupported() method
/frameworks/av/services/mediadrm/
DMediaCasService.h36 virtual Status isSystemIdSupported(
DMediaCasService.cpp58 Status MediaCasService::isSystemIdSupported( in isSystemIdSupported() function in android::MediaCasService
DFactoryLoader.h152 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
/frameworks/native/include/media/cas/
DDescramblerAPI.h33 virtual bool isSystemIdSupported(
DCasAPI.h56 virtual bool isSystemIdSupported(
/frameworks/base/media/java/android/media/
DMediaCas.java374 public static boolean isSystemIdSupported(int CA_system_id) { in isSystemIdSupported() method in MediaCas
379 return service.isSystemIdSupported(CA_system_id); in isSystemIdSupported()
/frameworks/base/api/
Dcurrent.txt21783 method public static boolean isSystemIdSupported(int);
Dsystem-current.txt23625 method public static boolean isSystemIdSupported(int);