Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h136 Progress(int32_t initial_max, float growth_factor,
138 Progress(int32_t initial_max, int32_t progress, float growth_factor); // Used by test cases.
Dutils.cpp123 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress() argument
124 : Progress(initial_max, growth_factor, "") { in Progress()
128 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress() argument
132 growth_factor_(growth_factor), in Progress()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1152 Progress GetInstance(int32_t max, double growth_factor, const std::string& path = "") { in GetInstance() argument
1153 return Progress(max, growth_factor, path); in GetInstance()