Home
last modified time | relevance | path

Searched refs:ReadInt32 (Results 1 – 2 of 2) sorted by relevance

/art/odrefresh/
Dodr_metrics_record.cc44 android::base::Result<int32_t> ReadInt32(tinyxml2::XMLElement* parent, const char* name) { in ReadInt32() function
123 odrefresh_metrics_version = OR_RETURN(ReadInt32(metrics, "odrefresh_metrics_version")); in ReadFromFile()
131 trigger = OR_RETURN(ReadInt32(metrics, "trigger")); in ReadFromFile()
132 stage_reached = OR_RETURN(ReadInt32(metrics, "stage_reached")); in ReadFromFile()
133 status = OR_RETURN(ReadInt32(metrics, "status")); in ReadFromFile()
134 cache_space_free_start_mib = OR_RETURN(ReadInt32(metrics, "cache_space_free_start_mib")); in ReadFromFile()
135 cache_space_free_end_mib = OR_RETURN(ReadInt32(metrics, "cache_space_free_end_mib")); in ReadFromFile()
136 primary_bcp_compilation_millis = OR_RETURN(ReadInt32(metrics, "primary_bcp_compilation_millis")); in ReadFromFile()
138 OR_RETURN(ReadInt32(metrics, "secondary_bcp_compilation_millis")); in ReadFromFile()
140 OR_RETURN(ReadInt32(metrics, "system_server_compilation_millis")); in ReadFromFile()
[all …]
/art/dt_fd_forward/
Ddt_fd_forward.cc473 int32_t len = ReadInt32(); // read len in ReadFully()
483 pkt_->type.cmd.id = ReadInt32(); in ReadFully()
576 jint ReadInt32() { in ReadInt32() function in dt_fd_forward::PacketReader