Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 14 of 14) sorted by relevance

/system/vold/
DBenchmark.cpp127 res |= BenchmarkCreate([&](int progress) -> bool { in benchmarkInternal()
154 res |= BenchmarkRun([&](int progress) -> bool { in benchmarkInternal()
DMoveStorage.cpp50 static void notifyProgress(int progress, in notifyProgress()
/system/update_engine/
Dupdate_engine_client.cc142 int64_t last_checked_time, double progress, UpdateStatus current_operation, in HandleStatusUpdate()
155 double progress = 0.0; in ShowStatus() local
185 double progress = 0.0; in GetNeedReboot() local
Dupdate_engine_client_android.cc87 int status_code, float progress) { in onStatusUpdate()
Dsideload_main.cc87 double progress = update_engine_status.progress; in SendStatusUpdate() local
Dupdate_attempter_android.cc494 double progress = 0; in BytesReceived() local
525 void UpdateAttempterAndroid::ProgressUpdate(double progress) { in ProgressUpdate()
Dupdate_attempter.cc1091 double progress = 0; in BytesReceived() local
1106 void UpdateAttempter::ProgressUpdate(double progress) { in ProgressUpdate()
/system/update_engine/client_library/
Dclient_dbus.cc146 double progress; in StatusUpdateHandlersRegistered() local
169 double progress, in RunStatusUpdateHandlers()
Dclient_binder.cc180 double progress; in RegisterStatusUpdateHandler() local
/system/update_engine/client_library/include/update_engine/
Dupdate_status.h63 double progress; member
/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.c86 uint64_t progress = 0; /* display sign of life */ variable
/system/core/adb/
Dbugreport.cpp149 int progress = std::stoi(line.substr(idx1, (idx2 - idx1))); in ProcessLine() local
/system/update_engine/update_manager/
Dreal_updater_provider.cc78 inline double progress() { return update_engine_status_.progress; } in progress() function in chromeos_update_manager::GetStatusHelper
Dreal_updater_provider_unittest.cc80 ACTION_P(ActionSetUpdateEngineStatusProgress, progress) { in ACTION_P() argument