Home
last modified time | relevance | path

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

12

/hardware/google/pixel-sepolicy/factory_boost/
Dfactory-post-boot.te2 type factory-post-boot-sh, domain;
3 type factory-post-boot-sh_exec, vendor_file_type, exec_type, file_type;
4 init_daemon_domain(factory-post-boot-sh)
6 allow factory-post-boot-sh vendor_toolbox_exec:file execute_no_trans;
Dfile_contexts1 /vendor/bin/factory/factory_post_boot u:object_r:fac…
/hardware/interfaces/cas/1.0/default/
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()
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()
113 pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme()
163 sp<SharedLibrary> *library, T** factory) { in loadFactoryForSchemeFromPath() argument
174 if (factory != NULL) { in loadFactoryForSchemeFromPath()
175 *factory = mFactory; in loadFactoryForSchemeFromPath()
/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()
104 if (loadFactoryForSchemeFromPath(pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme()
151 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath() argument
162 if (factory != NULL) { in loadFactoryForSchemeFromPath()
163 *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/interfaces/cas/1.2/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()
104 if (loadFactoryForSchemeFromPath(pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme()
151 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath() argument
162 if (factory != NULL) { in loadFactoryForSchemeFromPath()
163 *factory = mFactory; in loadFactoryForSchemeFromPath()
DMediaCasService.cpp105 CasFactory* factory; in createPluginExt() local
107 if (mCasLoader.findFactoryForScheme(CA_system_id, &library, &factory)) { in createPluginExt()
110 if (factory->createPlugin(CA_system_id, casImpl.get(), &CasImpl::CallBackExt, &plugin) == in createPluginExt()
137 DescramblerFactory* factory; in createDescrambler() local
139 if (mDescramblerLoader.findFactoryForScheme(CA_system_id, &library, &factory)) { in createDescrambler()
141 if (factory->createPlugin(CA_system_id, &plugin) == OK && plugin != NULL) { in createDescrambler()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h106 sp<IDevicesFactory> factory = DevicesFactoryManager::getInstance().get(factoryName); in createInterfaceInstance() local
107 return name == kPrimaryDevice ? openPrimaryDevice(factory) : openDevice(factory, name); in createInterfaceInstance()
141 static sp<IDevice> openDevice(const sp<IDevicesFactory>& factory, const std::string& name) { in openDevice() argument
142 if (factory == nullptr) return nullptr; in openDevice()
146 auto ret = factory->openDevice(name, returnIn(result, device)); in openDevice()
158 static sp<IDevice> openPrimaryDevice(const sp<IDevicesFactory>& factory) { in openPrimaryDevice() argument
159 if (factory == nullptr) return nullptr; in openPrimaryDevice()
163 auto ret = factory->openDevice(IDevicesFactory::Device::PRIMARY, returnIn(result, device)); in openPrimaryDevice()
165 auto ret = factory->openPrimaryDevice(returnIn(result, device)); in openPrimaryDevice()
/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/interfaces/wifi/1.4/
DIWifiApIface.hal43 * Gets the factory MAC address of the interface.
50 * @return mac factory MAC address of the interface
/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/security/keymint/support/
Dremote_prov_utils.cpp212 Json::StreamWriterBuilder factory; in jsonEncodeCsrWithBuild() local
213 factory["indentation"] = ""; // disable pretty formatting in jsonEncodeCsrWithBuild()
214 return JsonOutput::Ok(Json::writeString(factory, json)); in jsonEncodeCsrWithBuild()
/hardware/interfaces/audio/7.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/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/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/audio/6.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.3/
DICryptoFactory.hal25 * The 1.3 factory must always create 1.2 ICryptoPlugin interfaces, which are
DIDrmFactory.hal26 * The 1.3 factory must always create 1.2 IDrmPlugin interfaces, which are
/hardware/interfaces/drm/1.4/
DICryptoFactory.hal25 * The 1.4 factory must always create 1.4 ICryptoPlugin interfaces, which are
DIDrmFactory.hal26 * The 1.4 factory must always create 1.4 IDrmPlugin interfaces, which are
/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
/hardware/interfaces/wifi/1.3/
DIWifiStaIface.hal47 * Gets the factory MAC address of the Sta Interface

12