Home
last modified time | relevance | path

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

12

/system/unwinding/libunwindstack/
DAndroidUnwinder.cpp84 bool initialize = true; in Initialize() local
85 std::call_once(initialize_, [this, &initialize, &error]() { in Initialize()
86 initialize = InternalInitialize(error); in Initialize()
87 if (!initialize) { in Initialize()
98 return initialize; in Initialize()
/system/security/keystore/
Duser_state.h48 bool initialize();
61 ResponseCode initialize(const android::String8& pw);
Duser_state.cpp54 bool UserState::initialize() { in initialize() function in keystore::UserState
85 ResponseCode UserState::initialize(const android::String8& pw) { in initialize() function in keystore::UserState
285 if (!it->second.initialize()) { in getUserState()
/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.h49 bool initialize();
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()
DKeystoreHmacKey.cpp118 Result<void> KeystoreHmacKey::initialize(sp<IKeystoreService> service, in initialize() function in KeystoreHmacKey
/system/security/identity/
DSession.h53 bool initialize();
/system/chre/chpp/
DQUICKSTART.md33 In addition, the system must implement and initialize the platform-specific linkParams data structu…
37 In order to initialize CHPP, it is necessary to
/system/nfc/src/fuzzers/nci/
Dhal.cc116 .initialize = HalInitialize,
/system/memory/lmkd/
Dlmkd.rc19 # if the device finished booting or sets lmkd.reinit=0 to re-initialize lmkd after boot completes
/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/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/sepolicy/prebuilts/api/30.0/private/
Dzygote.te175 # Let the zygote access overlays so it can initialize the AssetManager.
184 # to initialize WindowManager static properties.
/system/sepolicy/prebuilts/api/31.0/private/
Dzygote.te187 # Let the zygote access overlays so it can initialize the AssetManager.
196 # to initialize WindowManager static properties.
/system/sepolicy/prebuilts/api/32.0/private/
Dzygote.te187 # Let the zygote access overlays so it can initialize the AssetManager.
196 # to initialize WindowManager static properties.
/system/sepolicy/private/
Dcrosvm.te71 # the VM has to initialize the disk image on its first boot. Note that open access is still not
Dzygote.te190 # Let the zygote access overlays so it can initialize the AssetManager.
199 # to initialize WindowManager static properties.
/system/sepolicy/prebuilts/api/33.0/private/
Dcrosvm.te71 # the VM has to initialize the disk image on its first boot. Note that open access is still not
Dzygote.te190 # Let the zygote access overlays so it can initialize the AssetManager.
199 # to initialize WindowManager static properties.
/system/core/bootstat/
Dbootstat.rc64 # IMPORTANT, ro.persistent_properties.ready=1 trigger is used here to ensure that we initialize

12