Home
last modified time | relevance | path

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

123

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dphy_layer_factory.cc92 std::stringstream factory; in ToString() local
95 factory << "LOW_ENERGY: "; in ToString()
98 factory << "BR_EDR: "; in ToString()
101 factory << "Unknown: "; in ToString()
104 factory << phy->GetDeviceId(); in ToString()
105 factory << ","; in ToString()
108 return factory.str(); in ToString()
115 uint32_t device_id, PhyLayerFactory* factory) in PhyLayerImpl() argument
116 : PhyLayer(phy_type, id, device_receive, device_id), factory_(factory) {} in PhyLayerImpl()
Dphy_layer_factory.h71 uint32_t device_id, PhyLayerFactory* factory);
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp122 const OperationFactory* factory = context.GetOperationFactory(algorithm, purpose); in GetSupported() local
123 if (!factory) { in GetSupported()
129 const T* supported = (factory->*get_supported_method)(&count); in GetSupported()
222 const KeyFactory* factory = nullptr; in GenerateKey() local
225 !(factory = context_->GetKeyFactory(algorithm))) in GenerateKey()
235 response->error = factory->GenerateKey(request.key_description, &key_blob, in GenerateKey()
279 OperationFactory* factory = key_factory->GetOperationFactory(request.purpose); in BeginOperation() local
280 if (!factory) return; in BeginOperation()
283 factory->CreateOperation(move(*key), request.additional_params, &response->error)); in BeginOperation()
439 const KeyFactory* factory = nullptr; in ImportKey() local
[all …]
/system/security/identity/
Dmain.cpp50 sp<CredentialStoreFactory> factory = new CredentialStoreFactory(data_dir); in main() local
52 auto ret = sm->addService(String16("android.security.identity"), factory); in main()
/system/extras/verity/
DUtils.java194 KeyFactory factory = KeyFactory.getInstance("RSA"); in loadDERPublicKey() local
195 return factory.generatePublic(publicKeySpec); in loadDERPublicKey()
201 KeyFactory factory = KeyFactory.getInstance("RSA"); in loadPEMPublicKey() local
202 return factory.generatePublic(publicKeySpec); in loadPEMPublicKey()
223 KeyFactory factory = KeyFactory.getInstance("EC"); in getSignatureAlgorithm() local
226 ECPublicKeySpec spec = factory.getKeySpec(key, ECPublicKeySpec.class); in getSignatureAlgorithm()
229 ECPrivateKeySpec spec = factory.getKeySpec(key, ECPrivateKeySpec.class); in getSignatureAlgorithm()
/system/incremental_delivery/libdataloader/include/
Ddataloader_inline.h74 DataLoaderFactoryImpl(DataLoader::Factory&& factory) : mFactory(factory) { in DataLoaderFactoryImpl()
101 inline void DataLoader::initialize(DataLoader::Factory&& factory) { in initialize() argument
102 DataLoader_Initialize(new details::DataLoaderFactoryImpl(std::move(factory))); in initialize()
/system/bt/service/ipc/binder/
Dinterface_with_instances_base.cc26 bluetooth::BluetoothInstanceFactory* factory) { in RegisterInstanceBase() argument
28 CHECK(factory); in RegisterInstanceBase()
65 if (factory->RegisterInstance(app_uuid, cb)) return true; in RegisterInstanceBase()
Dinterface_with_instances_base.h52 bluetooth::BluetoothInstanceFactory* factory);
Dbluetooth_a2dp_sink_binder_server.cc40 auto factory = adapter_->GetA2dpSinkFactory(); in Register() local
41 *_aidl_return = RegisterInstanceBase(callback, factory); in Register()
Dbluetooth_a2dp_source_binder_server.cc112 auto factory = adapter_->GetA2dpSourceFactory(); in Register() local
113 *_aidl_return = RegisterInstanceBase(callback, factory); in Register()
/system/tools/xsdc/src/com/android/xsdc/
DMain.java96 SAXParserFactory factory = SAXParserFactory.newInstance(); in main() local
97 factory.setNamespaceAware(true); in main()
98 SAXParser parser = factory.newSAXParser(); in main()
/system/ca-certificates/soong/
Dca_certificates.go26 ctx android.LoadHookContext, factory android.ModuleFactory, c *caCertificatesProperties) {
49 ctx.CreateModule(factory, &etcProps)
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestHelper.java102 SAXParserFactory factory = SAXParserFactory.newInstance(); in parseXsdAndCompile() local
103 factory.setNamespaceAware(true); in parseXsdAndCompile()
104 SAXParser parser = factory.newSAXParser(); in parseXsdAndCompile()
/system/timezone/input_tools/android/telephonylookup_generator/src/main/java/com/android/libcore/timezone/telephonylookup/
DTelephonyLookupXmlFile.java72 TransformerFactory factory = TransformerFactory.newInstance(); in write() local
78 Transformer transformer = factory.newTransformer(); in write()
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp104 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob() local
105 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_bluetooth.te13 # bluetooth factory file accesses.
/system/sepolicy/prebuilts/api/30.0/public/
Dhal_bluetooth.te12 # bluetooth factory file accesses.
Dhal_wifi.te13 # allow hal wifi set interfaces up and down and get the factory MAC
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_bluetooth.te13 # bluetooth factory file accesses.
/system/sepolicy/public/
Dhal_bluetooth.te12 # bluetooth factory file accesses.
Dhal_wifi.te13 # allow hal wifi set interfaces up and down and get the factory MAC
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_bluetooth.te12 # bluetooth factory file accesses.
/system/incremental_delivery/libdataloader/
DDataLoaderConnector.cpp316 if (auto factory = globals().dataLoaderFactory) { in onCreate() local
318 mDataLoader = factory->onCreate(factory, &params.ndkDataLoaderParams(), this, this, in onCreate()
327 auto factory = globals().managedDataLoaderFactory; in onCreate() local
328 mDataLoader = factory->onCreate(factory, &params.ndkDataLoaderParams(), this, this, in onCreate()
612 void DataLoader_Initialize(struct ::DataLoaderFactory* factory) { in DataLoader_Initialize() argument
613 CHECK(factory) << "DataLoader factory is invalid."; in DataLoader_Initialize()
614 globals().dataLoaderFactory = factory; in DataLoader_Initialize()
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_bluetooth.te13 # bluetooth factory file accesses.
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupFile.java98 TransformerFactory factory = TransformerFactory.newInstance(); in write() local
104 Transformer transformer = factory.newTransformer(); in write()

123