Home
last modified time | relevance | path

Searched refs:initialize (Results 1 – 25 of 33) 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()
DKeyStore.cpp72 ResponseCode KeyStore::initialize() { in initialize() function in keystore::KeyStore
83 return userState->initialize(pw); in initializeUser()
441 userState->initialize(); in upgradeKeystore()
452 userState->initialize(); in upgradeKeystore()
Dkeystore_main.cpp150 keyStore->initialize(); in main()
DKeyStore.h100 ResponseCode initialize();
/system/nfc/src/include/
Dnfc_hal_api.h53 tHAL_API_INITIALIZE* initialize; member
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h43 Return<void> initialize(
Dbluetooth_hci.cc266 Return<void> BluetoothHci::initialize( in initialize() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.h36 void initialize(std::promise<void> barrier);
Droot_canal_main.cc105 root_canal.initialize(std::move(barrier)); in main()
Dtest_environment.cc36 void TestEnvironment::initialize(std::promise<void> barrier) { in initialize() function in android::bluetooth::root_canal::TestEnvironment
/system/apex/apexd/
Dapexd_main.cpp138 android::apex::initialize(vold_service); in main()
Dapexd.h95 void initialize(CheckpointInterface* checkpoint_service);
/system/incremental_delivery/libdataloader/include/
Ddataloader.h58 static void initialize(Factory&& factory);
Ddataloader_inline.h101 inline void DataLoader::initialize(DataLoader::Factory&& factory) { in initialize() function
/system/bt/test/rootcanal/
Dbluetooth_hci.h45 ::android::hardware::Return<void> initialize(
/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/bt/gd/hal/
Dhci_hal_android_hidl.cc152 bt_hci_->initialize(callbacks_); in Start()
/system/bt/hci/src/
Dhci_layer_android.cc162 btHci->initialize(callbacks); in hci_initialize()
/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/private/
Dzygote.te178 # Let the zygote access overlays so it can initialize the AssetManager.
187 # to initialize WindowManager static properties.
/system/sepolicy/prebuilts/api/27.0/private/
Dzygote.te112 # Let the zygote access overlays so it can initialize the AssetManager.
/system/sepolicy/prebuilts/api/26.0/private/
Dzygote.te112 # Let the zygote access overlays so it can initialize the AssetManager.

12