Home
last modified time | relevance | path

Searched defs:CA_system_id (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/cas/aidl/aidl_api/android.hardware.cas/1/android/hardware/cas/
DIMediaCasService.aidl38 android.hardware.cas.IDescrambler createDescrambler(in int CA_system_id); in createDescrambler()
39 …android.hardware.cas.ICas createPlugin(in int CA_system_id, in android.hardware.cas.ICasListener l… in createPlugin()
41 boolean isDescramblerSupported(in int CA_system_id); in isDescramblerSupported()
42 boolean isSystemIdSupported(in int CA_system_id); in isSystemIdSupported()
/hardware/interfaces/cas/aidl/android/hardware/cas/
DIMediaCasService.aidl39 IDescrambler createDescrambler(in int CA_system_id); in createDescrambler()
48 ICas createPlugin(in int CA_system_id, in ICasListener listener); in createPlugin()
63 boolean isDescramblerSupported(in int CA_system_id); in isDescramblerSupported()
71 boolean isSystemIdSupported(in int CA_system_id); in isSystemIdSupported()
/hardware/interfaces/cas/aidl/aidl_api/android.hardware.cas/current/android/hardware/cas/
DIMediaCasService.aidl38 android.hardware.cas.IDescrambler createDescrambler(in int CA_system_id); in createDescrambler()
39 …android.hardware.cas.ICas createPlugin(in int CA_system_id, in android.hardware.cas.ICasListener l… in createPlugin()
41 boolean isDescramblerSupported(in int CA_system_id); in isDescramblerSupported()
42 boolean isSystemIdSupported(in int CA_system_id); in isSystemIdSupported()
/hardware/interfaces/cas/aidl/default/
DMediaCasService.cpp45 ScopedAStatus MediaCasService::isSystemIdSupported(int32_t CA_system_id, bool* _aidl_return) { in isSystemIdSupported()
52 ScopedAStatus MediaCasService::createPlugin(int32_t CA_system_id, in createPlugin()
75 ScopedAStatus MediaCasService::isDescramblerSupported(int32_t CA_system_id, bool* _aidl_return) { in isDescramblerSupported()
82 ScopedAStatus MediaCasService::createDescrambler(int32_t CA_system_id, in createDescrambler()
DFactoryLoader.h66 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, in findFactoryForScheme()
148 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
/hardware/interfaces/cas/1.0/default/
DMediaCasService.cpp54 Return<bool> MediaCasService::isSystemIdSupported(int32_t CA_system_id) { in isSystemIdSupported()
61 int32_t CA_system_id, const sp<ICasListener>& listener) { in createPlugin()
82 Return<bool> MediaCasService::isDescramblerSupported(int32_t CA_system_id) { in isDescramblerSupported()
88 Return<sp<IDescramblerBase>> MediaCasService::createDescrambler(int32_t CA_system_id) { in createDescrambler()
DFactoryLoader.h77 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { in findFactoryForScheme()
163 const String8 &path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
/hardware/interfaces/cas/1.2/default/
DMediaCasService.cpp79 Return<bool> MediaCasService::isSystemIdSupported(int32_t CA_system_id) { in isSystemIdSupported()
85 Return<sp<V1_0::ICas>> MediaCasService::createPlugin(int32_t CA_system_id, in createPlugin()
98 Return<sp<ICas>> MediaCasService::createPluginExt(int32_t CA_system_id, in createPluginExt()
126 Return<bool> MediaCasService::isDescramblerSupported(int32_t CA_system_id) { in isDescramblerSupported()
132 Return<sp<IDescramblerBase>> MediaCasService::createDescrambler(int32_t CA_system_id) { in createDescrambler()
DFactoryLoader.h70 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme()
151 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
/hardware/interfaces/cas/1.1/default/
DMediaCasService.cpp78 Return<bool> MediaCasService::isSystemIdSupported(int32_t CA_system_id) { in isSystemIdSupported()
84 Return<sp<V1_0::ICas>> MediaCasService::createPlugin(int32_t CA_system_id, in createPlugin()
97 Return<sp<ICas>> MediaCasService::createPluginExt(int32_t CA_system_id, in createPluginExt()
120 Return<bool> MediaCasService::isDescramblerSupported(int32_t CA_system_id) { in isDescramblerSupported()
126 Return<sp<IDescramblerBase>> MediaCasService::createDescrambler(int32_t CA_system_id) { in createDescrambler()
DFactoryLoader.h70 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme()
151 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()