/system/unwinding/libunwindstack/ |
D | AndroidUnwinder.cpp | 84 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/ |
D | user_state.h | 48 bool initialize(); 61 ResponseCode initialize(const android::String8& pw);
|
D | user_state.cpp | 54 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/ |
D | nfc_hal_api.h | 53 tHAL_API_INITIALIZE* initialize; member
|
/system/security/ondevice-signing/ |
D | KeystoreHmacKey.h | 35 android::base::Result<void> initialize(android::sp<IKeystoreService> service,
|
D | KeystoreKey.h | 49 bool initialize();
|
D | KeystoreKey.cpp | 144 bool KeystoreKey::initialize() { in initialize() function in KeystoreKey 164 auto hmacStatus = mHmacKey.initialize(mService, mSecurityLevel); in initialize() 261 if (!keystoreKey->initialize()) { in getInstance()
|
D | KeystoreHmacKey.cpp | 118 Result<void> KeystoreHmacKey::initialize(sp<IKeystoreService> service, in initialize() function in KeystoreHmacKey
|
/system/security/identity/ |
D | Session.h | 53 bool initialize();
|
/system/chre/chpp/ |
D | QUICKSTART.md | 33 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/ |
D | hal.cc | 116 .initialize = HalInitialize,
|
/system/memory/lmkd/ |
D | lmkd.rc | 19 # if the device finished booting or sets lmkd.reinit=0 to re-initialize lmkd after boot completes
|
/system/incremental_delivery/libdataloader/include/ |
D | dataloader.h | 62 static void initialize(Factory&& factory);
|
D | dataloader_inline.h | 114 inline void DataLoader::initialize(DataLoader::Factory&& factory) { in initialize() function
|
/system/extras/libfec/ |
D | avb_utils.cpp | 147 hashtree.initialize(hashtree_descriptor.tree_offset, in parse_avb_image()
|
D | fec_private.h | 91 int initialize(uint64_t hash_start, uint64_t data_blocks,
|
D | fec_verity.cpp | 141 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/ |
D | zygote.te | 175 # Let the zygote access overlays so it can initialize the AssetManager. 184 # to initialize WindowManager static properties.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | zygote.te | 187 # Let the zygote access overlays so it can initialize the AssetManager. 196 # to initialize WindowManager static properties.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | zygote.te | 187 # Let the zygote access overlays so it can initialize the AssetManager. 196 # to initialize WindowManager static properties.
|
/system/sepolicy/private/ |
D | crosvm.te | 71 # the VM has to initialize the disk image on its first boot. Note that open access is still not
|
D | zygote.te | 190 # Let the zygote access overlays so it can initialize the AssetManager. 199 # to initialize WindowManager static properties.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | crosvm.te | 71 # the VM has to initialize the disk image on its first boot. Note that open access is still not
|
D | zygote.te | 190 # Let the zygote access overlays so it can initialize the AssetManager. 199 # to initialize WindowManager static properties.
|
/system/core/bootstat/ |
D | bootstat.rc | 64 # IMPORTANT, ro.persistent_properties.ready=1 trigger is used here to ensure that we initialize
|