Home
last modified time | relevance | path

Searched refs:createPlugin (Results 1 – 25 of 33) sorted by relevance

12

/hardware/interfaces/cas/1.0/default/
DMediaCasService.cpp60 Return<sp<ICas>> MediaCasService::createPlugin( in createPlugin() function in android::hardware::cas::V1_0::implementation::MediaCasService
72 if (factory->createPlugin(CA_system_id, casImpl.get(), in createPlugin()
99 if (factory->createPlugin(CA_system_id, &plugin) == OK in createDescrambler()
DMediaCasService.h42 virtual Return<sp<ICas>> createPlugin(
/hardware/interfaces/drm/1.0/default/
DCryptoFactory.cpp45 Return<void> CryptoFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid, in createPlugin() function in android::hardware::drm::V1_0::implementation::CryptoFactory
50 status_t status = loader.getFactory(i)->createPlugin(uuid.data(), in createPlugin()
DDrmFactory.h52 Return<void> createPlugin(const hidl_array<uint8_t, 16>& uuid,
DCryptoFactory.h49 Return<void> createPlugin(const hidl_array<uint8_t, 16>& uuid,
DDrmFactory.cpp55 Return<void> DrmFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid, in createPlugin() function in android::hardware::drm::V1_0::implementation::DrmFactory
/hardware/interfaces/cas/1.1/default/
DMediaCasService.cpp84 Return<sp<V1_0::ICas>> MediaCasService::createPlugin(int32_t CA_system_id, in createPlugin() function in android::hardware::cas::V1_1::implementation::MediaCasService
109 if (factory->createPlugin(CA_system_id, casImpl.get(), &CasImpl::CallBackExt, &plugin) == in createPluginExt()
135 if (factory->createPlugin(CA_system_id, &plugin) == OK && plugin != NULL) { in createDescrambler()
DMediaCasService.h43 virtual Return<sp<V1_0::ICas>> createPlugin(int32_t CA_system_id,
/hardware/interfaces/cas/1.2/default/
DMediaCasService.cpp85 Return<sp<V1_0::ICas>> MediaCasService::createPlugin(int32_t CA_system_id, in createPlugin() function in android::hardware::cas::V1_1::implementation::MediaCasService
110 if (factory->createPlugin(CA_system_id, casImpl.get(), &CasImpl::CallBackExt, &plugin) == in createPluginExt()
141 if (factory->createPlugin(CA_system_id, &plugin) == OK && plugin != NULL) { in createDescrambler()
DMediaCasService.h44 virtual Return<sp<V1_0::ICas>> createPlugin(int32_t CA_system_id,
/hardware/interfaces/drm/1.3/
DIDrmFactory.hal27 * returned via the 1.0 createPlugin method.
35 * each uuid can be used as input to createPlugin.
DICryptoFactory.hal26 * returned via the 1.0 createPlugin method.
/hardware/interfaces/drm/1.3/vts/functional/include/android/hardware/drm/1.3/vts/
Ddrm_hal_test.h63 auto res = drmFactory_->createPlugin( in SetUp()
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_clearkey_test.h130 auto res = drmFactory->createPlugin( in SetUp()
140 res = cryptoFactory->createPlugin( in SetUp()
Ddrm_hal_vendor_test.h145 auto res = drmFactory->createPlugin( in SetUp()
155 res = cryptoFactory->createPlugin( in SetUp()
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
Ddrm_hal_clearkey_test.h114 auto res = drmFactory->createPlugin(GetParam().scheme_, "", in createDrmPlugin()
132 auto res = cryptoFactory->createPlugin( in createCryptoPlugin()
/hardware/interfaces/drm/1.4/
DICryptoFactory.hal26 * returned via the 1.0 createPlugin method.
DIDrmFactory.hal27 * returned via the 1.0 createPlugin method.
/hardware/interfaces/drm/1.1/
DICryptoFactory.hal27 * returned via the 1.0 createPlugin method.
DIDrmFactory.hal28 * returned via the 1.0 createPlugin method.
/hardware/interfaces/drm/1.2/
DICryptoFactory.hal26 * returned via the 1.0 createPlugin method.
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp87 auto res = drmFactory->createPlugin( in TEST_P()
101 auto res = drmFactory->createPlugin( in TEST_P()
115 auto res = cryptoFactory->createPlugin( in TEST_P()
129 auto res = cryptoFactory->createPlugin( in TEST_P()
143 auto res = drmFactory->createPlugin( in TEST_P()
157 auto res = cryptoFactory->createPlugin( in TEST_P()
/hardware/interfaces/drm/1.0/
DICryptoFactory.hal48 createPlugin(uint8_t[16] uuid, vec<uint8_t> initData)
DIDrmFactory.hal59 createPlugin(uint8_t[16] uuid, string appPackageName)
/hardware/interfaces/cas/1.0/
DIMediaCasService.hal51 createPlugin(int32_t CA_system_id, ICasListener listener) generates (ICas cas);

12