/hardware/google/pixel-sepolicy/factory_boost/ |
D | factory-post-boot.te | 2 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;
|
D | file_contexts | 1 /vendor/bin/factory/factory_post_boot u:object_r:fac…
|
/hardware/interfaces/cas/1.0/default/ |
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()
|
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() 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/ |
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() 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()
|
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/interfaces/cas/1.2/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() 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()
|
D | MediaCasService.cpp | 105 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/ |
D | DeviceManager.h | 106 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/ |
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/interfaces/wifi/1.4/ |
D | IWifiApIface.hal | 43 * Gets the factory MAC address of the interface. 50 * @return mac factory MAC address of the interface
|
/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/security/keymint/support/ |
D | remote_prov_utils.cpp | 212 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/ |
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/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/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/audio/6.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.3/ |
D | ICryptoFactory.hal | 25 * The 1.3 factory must always create 1.2 ICryptoPlugin interfaces, which are
|
D | IDrmFactory.hal | 26 * The 1.3 factory must always create 1.2 IDrmPlugin interfaces, which are
|
/hardware/interfaces/drm/1.4/ |
D | ICryptoFactory.hal | 25 * The 1.4 factory must always create 1.4 ICryptoPlugin interfaces, which are
|
D | IDrmFactory.hal | 26 * The 1.4 factory must always create 1.4 IDrmPlugin interfaces, which are
|
/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
|
/hardware/interfaces/wifi/1.3/ |
D | IWifiStaIface.hal | 47 * Gets the factory MAC address of the Sta Interface
|