Home
last modified time | relevance | path

Searched defs:initial_max (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3005 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress()
3010 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp613 void SetProgress(long progress, long initial_max) { in SetProgress()