Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 25 of 66) sorted by relevance

123

/hardware/interfaces/cas/1.0/default/
DMediaCasService.cpp70 CasPlugin *plugin = NULL; in createPlugin() local
73 &CasImpl::OnEvent, &plugin) == OK && plugin != NULL) { in createPlugin()
74 casImpl->init(library, plugin); in createPlugin()
98 DescramblerPlugin *plugin = NULL; in createDescrambler() local
99 if (factory->createPlugin(CA_system_id, &plugin) == OK in createDescrambler()
100 && plugin != NULL) { in createDescrambler()
101 result = new DescramblerImpl(library, plugin); in createDescrambler()
/hardware/interfaces/cas/aidl/default/
DMediaCasService.cpp61 CasPlugin* plugin = NULL; in createPlugin() local
63 if (factory->createPlugin(CA_system_id, casImpl.get(), &CasImpl::CallBackExt, &plugin) == in createPlugin()
65 plugin != NULL) { in createPlugin()
66 casImpl->init(plugin); in createPlugin()
89 DescramblerPlugin* plugin = NULL; in createDescrambler() local
90 if (factory->createPlugin(CA_system_id, &plugin) == OK && plugin != NULL) { in createDescrambler()
91 *_aidl_return = ::ndk::SharedRefBase::make<DescramblerImpl>(plugin); in createDescrambler()
/hardware/interfaces/cas/1.1/default/
DMediaCasService.cpp107 CasPlugin* plugin = NULL; in createPluginExt() local
109 if (factory->createPlugin(CA_system_id, casImpl.get(), &CasImpl::CallBackExt, &plugin) == in createPluginExt()
111 plugin != NULL) { in createPluginExt()
112 casImpl->init(library, plugin); in createPluginExt()
134 DescramblerPlugin* plugin = NULL; in createDescrambler() local
135 if (factory->createPlugin(CA_system_id, &plugin) == OK && plugin != NULL) { in createDescrambler()
136 result = new DescramblerImpl(library, plugin); in createDescrambler()
/hardware/interfaces/cas/1.2/default/
DMediaCasService.cpp108 CasPlugin* plugin = NULL; in createPluginExt() local
110 if (factory->createPlugin(CA_system_id, casImpl.get(), &CasImpl::CallBackExt, &plugin) == in createPluginExt()
112 plugin != NULL) { in createPluginExt()
113 casImpl->init(library, plugin); in createPluginExt()
140 DescramblerPlugin* plugin = NULL; in createDescrambler() local
141 if (factory->createPlugin(CA_system_id, &plugin) == OK && plugin != NULL) { in createDescrambler()
142 result = new DescramblerImpl(library, plugin); in createDescrambler()
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
DAndroid.bp28 "protoc-gen-grpc-cpp-plugin",
30 …-I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cp…
44 "protoc-gen-grpc-cpp-plugin",
46 …-I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cp…
/hardware/interfaces/automotive/vehicle/proto/
DAndroid.bp62 "protoc-gen-grpc-cpp-plugin",
64 …-I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cp…
78 "protoc-gen-grpc-cpp-plugin",
80 …-I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cp…
/hardware/interfaces/cas/1.0/
Dtypes.hal21 * The CAS plugin must return OK when an operation completes without any
27 * The CAS plugin must return ERROR_CAS_NO_LICENSE, when descrambling is
39 * The CAS plugin must return ERROR_CAS_SESSION_NOT_OPENED when an
45 * The CAS plugin must return ERROR_CAS_CANNOT_HANDLE when an unsupported
57 * The CAS plugin must return BAD_VALUE whenever an illegal parameter is
63 * The CAS plugin must return ERROR_CAS_NOT_PROVISIONED when the device
97 * The CAS plugin must return ERROR_CAS_DECRYPT_UNIT_NOT_INITIALIZED when
119 * Describes a CAS plugin with its system id and name.
DIMediaCasService.hal24 * cas HAL to create cas and descrambler plugin instances. A cas plugin instance
65 * @return descrambler the newly created plugin interface.
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_clearkey_test.h132 [this](Status status, const sp<IDrmPlugin>& plugin) { in SetUp()
134 ASSERT_NE(nullptr, plugin.get()); in SetUp()
135 drmPlugin = plugin; in SetUp()
142 [this](Status status, const sp<ICryptoPlugin>& plugin) { in SetUp()
144 ASSERT_NE(nullptr, plugin.get()); in SetUp()
145 cryptoPlugin = plugin; in SetUp()
Ddrm_hal_vendor_test.h147 [this](Status status, const sp<IDrmPlugin>& plugin) { in SetUp()
149 ASSERT_NE(nullptr, plugin.get()); in SetUp()
150 drmPlugin = plugin; in SetUp()
157 [this](Status status, const sp<ICryptoPlugin>& plugin) { in SetUp()
159 ASSERT_NE(nullptr, plugin.get()); in SetUp()
160 cryptoPlugin = plugin; in SetUp()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DAndroid.bp23 "protoc-gen-grpc-cpp-plugin",
25 …cle/aidl/impl/proto -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cp…
43 "protoc-gen-grpc-cpp-plugin",
45 …cle/aidl/impl/proto -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cp…
/hardware/interfaces/drm/1.4/vts/functional/
Ddrm_hal_test.cpp32 sp<drm::V1_4::IDrmPlugin> plugin(drm::V1_4::IDrmPlugin::castFrom(drmPlugin)); in DrmPluginV1_4() local
33 EXPECT_NE(nullptr, plugin.get()); in DrmPluginV1_4()
34 return plugin; in DrmPluginV1_4()
41 [&](V1_0::Status status, const sp<V1_0::ICryptoPlugin>& plugin) { in CryptoPlugin() argument
43 EXPECT_NE(nullptr, plugin.get()); in CryptoPlugin()
44 crypto = plugin; in CryptoPlugin()
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal24 * drm HAL to create drm plugin instances. A drm plugin instance
48 * Create a drm plugin instance for the specified uuid and scheme-specific
56 * OK if the plugin is created and ERROR_DRM_CANNOT_HANDLE if the plugin
DICryptoFactory.hal37 * Create a crypto plugin for the specified uuid and scheme-specific
44 * OK if the plugin is created and ERROR_DRM_CANNOT_HANDLE if the plugin
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DREADME.md4 The fuzzer plugin for android.hardware.bluetooth@1.0-impl-test is designed based on the understandi…
20 This also ensures that the plugin is always deterministic for any given input.
23 The plugin feeds the entire input data to the module.
24 This ensures that the plugin tolerates any kind of input (empty, huge,
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
Ddrm_hal_clearkey_test.h113 sp<IDrmPlugin> plugin = nullptr; in createDrmPlugin() local
117 plugin = IDrmPlugin::castFrom(pluginV1_0); in createDrmPlugin()
123 return plugin; in createDrmPlugin()
130 sp<ICryptoPlugin> plugin = nullptr; in createCryptoPlugin() local
136 plugin = pluginV1_0; in createCryptoPlugin()
141 return plugin; in createCryptoPlugin()
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/
DAndroid.bp36 "protoc-gen-grpc-cpp-plugin",
38 …cle/aidl/impl/proto -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cp…
63 "protoc-gen-grpc-cpp-plugin",
65 …cle/aidl/impl/proto -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(location protoc-gen-grpc-cp…
/hardware/interfaces/drm/1.0/default/include/
DPluginLoader.h53 T* plugin = loadOne(path.c_str(), entry); in PluginLoader() local
54 if (plugin) { in PluginLoader()
55 factories.push(plugin); in PluginLoader()
/hardware/interfaces/drm/1.4/
DIDrmPlugin.hal26 * IDrmPlugin is used to interact with a specific drm plugin that was
27 * created by IDrmFactory::createPlugin. A drm plugin provides methods for
67 * @return logMessages latest plugin level log messages. Can be used
72 * GENERAL_PLUGIN_ERROR on unexpected plugin-level errors.
Dtypes.hal56 * An error happened within the crypto library used by the drm plugin.
64 * Unexpected internal failure in the drm/crypto plugin.
144 * The plugin was unable to read data from the filesystem.
148 * The plugin was unable to write data to the filesystem.
DIDrmFactory.hal22 * drm HAL to create drm plugin instances. A drm plugin instance
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.h48 CryptoPlugin(android::CryptoPlugin *plugin) : mLegacyPlugin(plugin) {} in CryptoPlugin()
/hardware/interfaces/drm/1.1/
DIDrmFactory.hal23 * drm HAL to create drm plugin instances. A drm plugin instance
/hardware/interfaces/cas/1.2/
DIMediaCasService.hal25 * cas HAL to create cas and descrambler plugin instances. A cas plugin instance
/hardware/interfaces/drm/1.3/
DIDrmFactory.hal22 * drm HAL to create drm plugin instances. A drm plugin instance

123