Home
last modified time | relevance | path

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

/system/vold/
DBenchmark.cpp127 res |= BenchmarkCreate([&](int progress) -> bool { in benchmarkInternal()
154 res |= BenchmarkRun([&](int progress) -> bool { in benchmarkInternal()
DMoveStorage.cpp51 static void notifyProgress(int progress, in notifyProgress()
/system/update_engine/
Dupdate_engine_client.cc144 double progress, in HandleStatusUpdate()
159 double progress = 0.0; in ShowStatus() local
195 double progress = 0.0; in GetNeedReboot() local
Dupdate_engine_client_android.cc86 float progress) { in onStatusUpdate()
Dsideload_main.cc82 double progress = update_engine_status.progress; in SendStatusUpdate() local
Dupdate_attempter_android.cc522 double progress = 0; in BytesReceived() local
553 void UpdateAttempterAndroid::ProgressUpdate(double progress) { in ProgressUpdate()
Dupdate_attempter.cc1230 double progress = 0; in BytesReceived() local
1245 void UpdateAttempter::ProgressUpdate(double progress) { in ProgressUpdate()
/system/update_engine/client_library/
Dclient_dbus.cc164 double progress; in StatusUpdateHandlersRegistered() local
187 double progress, in RunStatusUpdateHandlers()
Dclient_binder.cc185 double progress; in RegisterStatusUpdateHandler() local
/system/update_engine/client_library/include/update_engine/
Dupdate_status.h70 double progress; member
/system/gsid/
Dgsi_tool.cpp161 void Display(const GsiProgress& progress) { in Display()
275 ProgressBar progress(gsid); in Install() local
Dgsi_service.cpp698 std::function<bool(uint64_t, uint64_t)> progress; in CreateFiemapWriter() local
803 int progress = -1; in CommitGsiChunk() local
/system/core/fs_mgr/libfiemap_writer/
Dsplit_fiemap_writer.cpp47 ProgressCallback progress) { in Create()
Dfiemap_writer.cpp567 std::function<bool(uint64_t, uint64_t)> progress) { in Open() argument
/system/core/adb/client/
Dbugreport.cpp150 int progress = std::stoi(line.substr(idx1, (idx2 - idx1))); in ProcessLine() local
/system/extras/simpleperf/scripts/
Dreport_html.js65 updateAsync(text, progress) { argument
777 _drawMoreFlameGraphs(moreCount, progress) { argument
1726 function updateProgress(text, progress) { argument
1730 function addProgress(progress) { argument
/system/update_engine/update_manager/
Dreal_updater_provider.cc79 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