/hardware/interfaces/cas/1.0/default/ |
D | FactoryLoader.h | 46 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()
|
D | MediaCasService.cpp | 67 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/ |
D | FactoryLoader.h | 45 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()
|
D | MediaCasService.cpp | 104 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/ |
D | C2SoftVp8Enc.cpp | 111 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument 113 delete factory; in DestroyCodec2Factory()
|
D | C2SoftVp9Enc.cpp | 141 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument 143 delete factory; in DestroyCodec2Factory()
|
/hardware/interfaces/authsecret/1.0/ |
D | IAuthSecret.hal | 34 * 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/ |
D | C2InterfaceHelper.h | 317 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/ |
D | INfc.hal | 26 * 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/ |
D | IDevicesFactory.hal | 23 /** 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/ |
D | C2SoftRawDec.cpp | 230 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument 232 delete factory; in DestroyCodec2Factory()
|
/hardware/interfaces/audio/5.0/ |
D | IDevicesFactory.hal | 23 /** 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/ |
D | ICryptoFactory.hal | 26 * The 1.1 factory must always create 1.0 ICryptoPlugin interfaces, which are
|
D | IDrmFactory.hal | 27 * The 1.1 factory must always create 1.1 IDrmPlugin interfaces, which are
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoFactory.hal | 25 * The 1.2 factory must always create 1.2 ICryptoPlugin interfaces, which are
|
D | IDrmFactory.hal | 28 * The 1.2 factory must always create 1.2 IDrmPlugin interfaces, which are
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 320 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument 322 delete factory; in DestroyCodec2Factory()
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.cpp | 308 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument 310 delete factory; in DestroyCodec2Factory()
|
/hardware/interfaces/wifi/1.3/ |
D | IWifiStaIface.hal | 47 * Gets the factory MAC address of the Sta Interface
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 352 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument 354 delete factory; in DestroyCodec2Factory()
|
D | C2SoftAmrWbEnc.cpp | 427 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument 429 delete factory; in DestroyCodec2Factory()
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 70 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/ |
D | VtsHalBroadcastradioV1_1TargetTest.cpp | 126 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/ |
D | C2SoftFlacDec.cpp | 369 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { in DestroyCodec2Factory() argument 371 delete factory; in DestroyCodec2Factory()
|
/hardware/interfaces/drm/1.0/ |
D | IDrmFactory.hal | 39 * Determine if the HAL factory is able to construct plugins that support a
|