Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp544 int old_max = 0, bool update_progress = true) { in GetProgressMessage() argument
548 bool max_increased = old_max > 0; in GetProgressMessage()
553 android::base::StringPrintf("Adjusting max progress from %d to %d\n", old_max, max); in GetProgressMessage()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3380 int32_t old_max = max_; in Inc() local
3382 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_); in Inc()