Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp203 dprintf(fd, "last_percent_progress: %d\n", ds_->last_reported_percent_progress_); in dump()
Ddumpstate.h407 int last_reported_percent_progress_ = 0; variable
Ddumpstate.cpp2970 last_reported_percent_progress_(0), in Dumpstate()
3740 if (last_reported_percent_progress_ > 0 && percent <= last_reported_percent_progress_) { in UpdateProgress()
3743 last_reported_percent_progress_ = percent; in UpdateProgress()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp614 ds.last_reported_percent_progress_ = 0; in SetProgress()