Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnfc_hal_api.h53 tHAL_API_INITIALIZE* initialize; member
/system/security/ondevice-signing/
DKeystoreHmacKey.h35 android::base::Result<void> initialize(android::sp<IKeystoreService> service,
DKeystoreKey.cpp144 bool KeystoreKey::initialize() { in initialize() function in KeystoreKey
164 auto hmacStatus = mHmacKey.initialize(mService, mSecurityLevel); in initialize()
261 if (!keystoreKey->initialize()) { in getInstance()
DKeystoreKey.h49 bool initialize();
DKeystoreHmacKey.cpp118 Result<void> KeystoreHmacKey::initialize(sp<IKeystoreService> service, in initialize() function in KeystoreHmacKey
/system/security/identity/
DSession.h53 bool initialize();
/system/extras/kcmdlinectrl/
Dkcmdlinectrl.rc16 # user does not change the value before we initialize it
/system/nfc/src/fuzzers/nci/
Dhal.cc116 .initialize = HalInitialize,
/system/incremental_delivery/libdataloader/include/
Ddataloader.h62 static void initialize(Factory&& factory);
Ddataloader_inline.h114 inline void DataLoader::initialize(DataLoader::Factory&& factory) { in initialize() function
/system/extras/mtectrl/
Dmtectrl.rc24 # user does not change the value before we initialize it
/system/memory/lmkd/
Dlmkd.rc22 # if the device finished booting or sets lmkd.reinit=0 to re-initialize lmkd after boot completes
/system/extras/libfec/
Davb_utils.cpp147 hashtree.initialize(hashtree_descriptor.tree_offset, in parse_avb_image()
Dfec_private.h91 int initialize(uint64_t hash_start, uint64_t data_blocks,
Dfec_verity.cpp141 int hashtree_info::initialize(uint64_t hash_start, uint64_t data_blocks, in initialize() function in hashtree_info
454 v->hashtree.initialize(hash_start, data_blocks, salt, NID_sha256); in parse_table()
/system/chre/chpp/
DQUICKSTART.md27 In order to initialize CHPP, it is necessary to:
DREADME.md122 …ntext, and passed around between various functions. It is necessary to initialize the transport la…
124 After calling chppTransportInit, it is also necessary to separately initialize the linkContext - no…
128 …ntext, and passed around between various functions. It is necessary to initialize the application …
DRELEASE_NOTES.md18 …- Reset and reset-ack implementation to allow either peer to initialize the other (e.g., upon boot)
/system/core/bootstat/
Dbootstat.rc54 # IMPORTANT, ro.persistent_properties.ready=1 trigger is used here to ensure that we initialize
/system/sepolicy/private/
Dzygote.te206 # Let the zygote access overlays so it can initialize the AssetManager.
215 # to initialize WindowManager static properties.
Dcrosvm.te111 # the VM has to initialize the disk image on its first boot. Note that open access is still not
/system/core/libcutils/
Dtrace-dev.inc181 // initialize the tags.
/system/security/identity/util/test/java/com/android/security/identity/internal/
DUtilUnitTests.java330 kpg.initialize(builder.build()); in coseGenerateKeyPair()
/system/nfc/src/adaptation/
DNfcAdaptation.cc710 mHalEntryFuncs.initialize = HalInitialize; in InitializeHalDeviceContext()
/system/security/identity/util/src/java/com/android/security/identity/internal/
DUtil.java1297 kpg.initialize(ecSpec); in createEphemeralKeyPair()