Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 49) sorted by relevance

12

/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h46 T** factory = NULL);
64 T** factory);
76 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { in findFactoryForScheme() argument
80 if (factory != NULL) { in findFactoryForScheme()
81 *factory = NULL; in findFactoryForScheme()
91 CA_system_id, library, factory); in findFactoryForScheme()
108 pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme()
153 sp<SharedLibrary> *library, T** factory) { in loadFactoryForSchemeFromPath() argument
164 if (factory != NULL) { in loadFactoryForSchemeFromPath()
165 *factory = mFactory; in loadFactoryForSchemeFromPath()
DMediaCasService.cpp67 CasFactory *factory; in createPlugin() local
69 if (mCasLoader.findFactoryForScheme(CA_system_id, &library, &factory)) { in createPlugin()
72 if (factory->createPlugin(CA_system_id, casImpl.get(), in createPlugin()
94 DescramblerFactory *factory; in createDescrambler() local
97 CA_system_id, &library, &factory)) { in createDescrambler()
99 if (factory->createPlugin(CA_system_id, &plugin) == OK in createDescrambler()
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h45 T** factory = NULL);
60 sp<SharedLibrary>* library, T** factory);
70 T** factory) { in findFactoryForScheme() argument
74 if (factory != NULL) { in findFactoryForScheme()
75 *factory = NULL; in findFactoryForScheme()
84 library, factory); in findFactoryForScheme()
100 if (loadFactoryForSchemeFromPath(pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme()
143 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath() argument
154 if (factory != NULL) { in loadFactoryForSchemeFromPath()
155 *factory = mFactory; in loadFactoryForSchemeFromPath()
DMediaCasService.cpp104 CasFactory* factory; in createPluginExt() local
106 if (mCasLoader.findFactoryForScheme(CA_system_id, &library, &factory)) { in createPluginExt()
109 if (factory->createPlugin(CA_system_id, casImpl.get(), &CasImpl::CallBackExt, &plugin) == in createPluginExt()
131 DescramblerFactory* factory; in createDescrambler() local
133 if (mDescramblerLoader.findFactoryForScheme(CA_system_id, &library, &factory)) { in createDescrambler()
135 if (factory->createPlugin(CA_system_id, &plugin) == OK && plugin != NULL) { in createDescrambler()
/hardware/google/av/media/codecs/vpx/
DC2SoftVp8Enc.cpp111 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument
113 delete factory; in DestroyCodec2Factory()
DC2SoftVp9Enc.cpp141 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument
143 delete factory; in DestroyCodec2Factory()
/hardware/interfaces/authsecret/1.0/
DIAuthSecret.hal34 * on each call until the next factory reset.
36 * Upon factory reset, any dependence on the secret must be removed as that
39 * state the first time this method is called after factory reset.
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h317 Factory &factory,
547 const C2Param *value, bool mayBlock, bool *changed, Factory &factory) -> C2R {
560 C2P<T> oldValue = factory.get(*typedParam);
562 C2P<T> helper = factory.get(*typedParam, proposedValue);
563 C2R result = fn(mayBlock, oldValue, helper, factory.get(deps)...);
588 const C2Param *value, bool mayBlock, bool *changed, Factory &factory) -> C2R {
602 C2P<T> helper = factory.get(*typedParam, proposedValue);
603 C2R result = fn(mayBlock, helper, factory.get(deps)...);
/hardware/interfaces/nfc/1.1/
DINfc.hal26 * Must be called during factory reset and/or before the first time the HAL is
27 * initialized after a factory reset
/hardware/interfaces/audio/4.0/
DIDevicesFactory.hal23 /** This factory allows a HAL implementation to be split in multiple independent
30 * and only used to identify a device in this factory.
/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp230 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument
232 delete factory; in DestroyCodec2Factory()
/hardware/interfaces/audio/5.0/
DIDevicesFactory.hal23 /** This factory allows a HAL implementation to be split in multiple independent
30 * and only used to identify a device in this factory.
/hardware/interfaces/drm/1.1/
DICryptoFactory.hal26 * The 1.1 factory must always create 1.0 ICryptoPlugin interfaces, which are
DIDrmFactory.hal27 * The 1.1 factory must always create 1.1 IDrmPlugin interfaces, which are
/hardware/interfaces/drm/1.2/
DICryptoFactory.hal25 * The 1.2 factory must always create 1.2 ICryptoPlugin interfaces, which are
DIDrmFactory.hal28 * The 1.2 factory must always create 1.2 IDrmPlugin interfaces, which are
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp320 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument
322 delete factory; in DestroyCodec2Factory()
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp308 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument
310 delete factory; in DestroyCodec2Factory()
/hardware/interfaces/wifi/1.3/
DIWifiStaIface.hal47 * Gets the factory MAC address of the Sta Interface
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp352 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument
354 delete factory; in DestroyCodec2Factory()
DC2SoftAmrWbEnc.cpp427 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument
429 delete factory; in DestroyCodec2Factory()
/hardware/interfaces/broadcastradio/1.0/vts/functional/
DVtsHalBroadcastradioV1_0TargetTest.cpp70 sp<IBroadcastRadioFactory> factory = in SetUp() local
72 ASSERT_NE(nullptr, factory.get()); in SetUp()
75 factory->connectModule(radioClass, [&](Result ret, const sp<IBroadcastRadio>& radio) { in SetUp()
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp126 auto factory = in SetUp() local
128 ASSERT_NE(nullptr, factory.get()); in SetUp()
133 factory->connectModule(radioClass, [&](Result ret, const sp<V1_0::IBroadcastRadio>& radio) { in SetUp()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp369 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument
371 delete factory; in DestroyCodec2Factory()
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal39 * Determine if the HAL factory is able to construct plugins that support a

12