Searched refs:new_total (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1194 int new_total = weight_total * 1.2; local
1195 MYLOGD("Adjusting total weight from %d to %d\n", weight_total, new_total);
1196 weight_total = new_total;

Completed in 21 milliseconds