Home
last modified time | relevance | path

Searched defs:type (Results 1 – 13 of 13) sorted by relevance

/bootable/libbootloader/gbl/libefi/defs/protocols/
Ddevice_path_protocol.h24 uint8_t type; member
/bootable/recovery/recovery_utils/
Dparse_install_logs.cpp109 int type = (android::base::GetProperty("ro.build.type", "") == "user") ? 1 : 0; in ParseLastInstall() local
/bootable/recovery/otautil/
Dasn1_decoder.cpp76 int type = get_byte(); in asn1_constructed_get() local
/bootable/deprecated-ota/updater/include/private/
Dcommands.h305 Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target, in Command()
325 Type type() const { in type() function
/bootable/deprecated-ota/edify/include/edify/
Dexpr.h65 Type type; member
/bootable/deprecated-ota/applypatch/
Dimgpatch.cpp165 int type = Read4(patch_header + pos); in ApplyImagePatch() local
Dimgdiff.cpp258 ImageChunk::ImageChunk(int type, size_t start, const std::vector<uint8_t>* file_content, in ImageChunk()
614 std::string type = is_source_ ? "source" : "target"; in DumpChunks() local
/bootable/libbootloader/gbl/libelf/
Drelocation_test.cpp84 void SetRelocationInfo(size_t index, uint64_t type, uint64_t addend) { in SetRelocationInfo()
/bootable/recovery/minui/
Dgraphics_drm.cpp246 unsigned type) { in find_used_connector_by_type()
/bootable/deprecated-ota/updater/
Dcommands.cpp40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command()
/bootable/recovery/install/
Dinstall.cpp120 static std::string OtaTypeToString(OtaType type) { in OtaTypeToString()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1017 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType()
/bootable/deprecated-ota/tests/unit/host/
Dimgdiff_test.cpp56 int type = get_unaligned<int32_t>(data + pos); in verify_patch_header() local