Home
last modified time | relevance | path

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

12

/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.h47 bool initialize();
DKeystoreKey.cpp147 bool KeystoreKey::initialize() { in initialize() function in KeystoreKey
167 auto hmacStatus = mHmacKey.initialize(mService, mSecurityLevel); in initialize()
260 if (!keystoreKey.initialize()) { in getInstance()
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h43 Return<void> initialize(
/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.h44 void initialize(std::promise<void> barrier);
Droot_canal_main.cc120 root_canal.initialize(std::move(barrier)); in main()
Dtest_environment.cc35 void TestEnvironment::initialize(std::promise<void> barrier) { in initialize() function in android::bluetooth::root_canal::TestEnvironment
/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/bt/gd/rust/linux/service/src/
Dmain.rs62 intf.lock().unwrap().initialize(Arc::new(btif_bluetooth_callbacks(tx)), vec![]); in main()
/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/bt/test/rootcanal/
Dbluetooth_hci.h45 ::android::hardware::Return<void> initialize(
/system/bt/gd/rust/hal/src/ffi/
Dhidl.cc85 bt_hci_->initialize(trampoline_); in start_hal()
/system/extras/libfec/
Davb_utils.cpp147 hashtree.initialize(hashtree_descriptor.tree_offset, in parse_avb_image()
Dfec_private.h90 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/bt/gd/rust/linux/adapter/src/
Dmain.rs169 if !context.intf.initialize(context.callbacks.clone(), args) { in main()
/system/bt/hci/src/
Dhci_layer_android.cc187 btHci->initialize(callbacks); in hci_initialize()
/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.

12