Searched refs:isSystemIdSupported (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/drm/libmediadrm/aidl/android/media/
H A DIMediaCasService.aidl27 boolean isSystemIdSupported(int CA_system_id);
/frameworks/av/services/mediadrm/
H A DMediaCasService.h36 virtual Status isSystemIdSupported(
H A DMediaCasService.cpp58 Status MediaCasService::isSystemIdSupported( function in class:android::MediaCasService
60 ALOGV("isSystemIdSupported: CA_system_id=%d", CA_system_id);
H A DFactoryLoader.h152 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) {
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.h41 virtual bool isSystemIdSupported(
57 virtual bool isSystemIdSupported(
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/av/drm/mediacas/plugins/mock/
H A DMockCasPlugin.h36 virtual bool isSystemIdSupported(
52 virtual bool isSystemIdSupported(
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/native/include/media/cas/
H A DDescramblerAPI.h33 virtual bool isSystemIdSupported(
H A DCasAPI.h56 virtual bool isSystemIdSupported(
/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 404 milliseconds