Searched defs:type (Results  1 – 11 of 11) sorted by relevance
| /bootable/recovery/recovery_utils/ | 
| D | parse_install_logs.cpp | 109     int type = (android::base::GetProperty("ro.build.type", "") == "user") ? 1 : 0;  in ParseLastInstall()  local
  | 
| /bootable/recovery/otautil/ | 
| D | asn1_decoder.cpp | 76   int type = get_byte();  in asn1_constructed_get()  local
  | 
| /bootable/recovery/updater/include/private/ | 
| D | commands.h | 305   Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target,  in Command() 325   Type type() const {  in type()  function
  | 
| /bootable/recovery/edify/include/edify/ | 
| D | expr.h | 65   Type type;  member
  | 
| /bootable/recovery/applypatch/ | 
| D | imgpatch.cpp | 165     int type = Read4(patch_header + pos);  in ApplyImagePatch()  local
  | 
| D | imgdiff.cpp | 258 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/recovery/minui/ | 
| D | graphics_drm.cpp | 246                                                            unsigned type) {  in find_used_connector_by_type()
  | 
| /bootable/recovery/updater/ | 
| D | commands.cpp | 40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info)  in Command()
  | 
| /bootable/recovery/install/ | 
| D | install.cpp | 120 static std::string OtaTypeToString(OtaType type) {  in OtaTypeToString()
  | 
| /bootable/recovery/recovery_ui/ | 
| D | screen_ui.cpp | 1017 void ScreenRecoveryUI::SetProgressType(ProgressType type) {  in SetProgressType()
  | 
| /bootable/recovery/tests/unit/host/ | 
| D | imgdiff_test.cpp | 56     int type = get_unaligned<int32_t>(data + pos);  in verify_patch_header()  local
  |