Home
last modified time | relevance | path

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

/aosp12/system/gsid/
H A Dgsi_tool.cpp89 last_update_ = {}; in Display()
131 if (last_update_.step != latest.step) { in UpdateProgress()
140 if (last_update_.total_bytes == 0) { in FinishLastBar()
144 last_update_.bytes_processed = last_update_.total_bytes; in FinishLastBar()
145 Display(last_update_); in FinishLastBar()
176 last_update_ = progress; in Display()
190 GsiProgress last_update_; member in ProgressBar