Home
last modified time | relevance | path

Searched defs:Init (Results 1 – 11 of 11) sorted by relevance

/aosp14/system/core/healthd/
H A Dhealthd_mode_charger_hidl.h44 void Init(struct healthd_config* config) override { charger_->OnInit(config); } in Init() function
H A Dhealthd_mode_charger_test.cpp111 void Init(struct healthd_config* config) override { ChargerHidl::Init(config); } in Init() function in android::TestCharger
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_decompress.cpp152 bool GzDecompressor::Init() { in Init() function in android::snapshot::GzDecompressor
224 bool BrotliDecompressor::Init() { in Init() function in android::snapshot::BrotliDecompressor
/aosp14/system/core/fs_mgr/libdm/
H A Dloop_control.cpp172 void LoopDevice::Init(const std::chrono::milliseconds& timeout_ms) { in Init() function in android::dm::LoopDevice
/aosp14/system/core/trusty/confirmationui/fuzz/
H A Dmsg_fuzzer.cpp78 static bool Init(int chan, int dma_buf) { in Init() function
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp56 bool GLFrame::Init(int width, int height) { in Init() function in android::filterfw::GLFrame
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp217 AssertionResult LowSpaceUserdata::Init(uint64_t max_free_space) { in Init() function in android::snapshot::LowSpaceUserdata
/aosp14/frameworks/base/core/jni/
H A Deventlog_helper.h41 static void Init(JNIEnv* env) { in Init() function
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_dm_user.cpp239 bool Worker::Init() { in Init() function in android::snapshot::Worker
/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder.cpp316 bool MetadataBuilder::Init(const LpMetadata& metadata) { in Init() function in android::fs_mgr::MetadataBuilder
389 bool MetadataBuilder::Init(const std::vector<BlockDeviceInfo>& block_devices, in Init() function in android::fs_mgr::MetadataBuilder
/aosp14/system/core/libprocessgroup/
H A Dtask_profiles.cpp71 void FdCacheHelper::Init(const std::string& path, android::base::unique_fd& fd) { in Init() function in FdCacheHelper