Searched defs:weight_total (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1178 int weight_total = WEIGHT_TOTAL; variable
1190 if (progress > weight_total) {
1191 int new_total = weight_total * 1.2;
1192 MYLOGD("Adjusting total weight from %d to %d\n", weight_total, new_total);
1193 weight_total = new_total;
1195 snprintf(value, sizeof(value), "%d", weight_total);
1208 MYLOGD("Setting progress (%s): %s/%d\n", key, value, weight_total);
1212 fprintf(stderr, "Setting progress (%s): %s/%d\n", key, value, weight_total);

Completed in 92 milliseconds