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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h82 extern int do_update_progress, progress, weight_total;
H A Ddumpstate.cpp1086 case 'P': do_update_progress = 1; break;
1097 if ((do_zip_file || do_add_date || do_update_progress || do_broadcast) && !use_outfile) {
1107 if (do_update_progress && !do_broadcast) {
1112 if (is_remote_mode && (do_update_progress || !do_broadcast || !do_zip_file || !do_add_date)) {
1124 do_early_screenshot = do_update_progress;
1207 if (do_update_progress) {
H A Dutils.cpp1177 int do_update_progress = 0; // Set by dumpstate.cpp variable
1182 if (!do_update_progress) return;

Completed in 114 milliseconds