Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 20 of 20) 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/payload_consumer/
Dfilesystem_verifier_action.cc85 void FilesystemVerifierAction::UpdateProgress(double progress) { in UpdateProgress()
/system/core/fs_mgr/libfiemap/
Dsplit_fiemap_writer.cpp47 ProgressCallback progress) { in Create()
57 ProgressCallback progress) { in Create()
Dfiemap_writer.cpp674 std::function<bool(uint64_t, uint64_t)> progress) { in Open() argument
684 std::function<bool(uint64_t, uint64_t)> progress) { in Open() argument
/system/gsid/
Dpartition_installer.cpp176 auto progress = [this](uint64_t bytes, uint64_t /* total */) -> bool { in CreateImage() local
203 int progress = -1; in CommitGsiChunk() local
Dgsi_tool.cpp147 void Display(const GsiProgress& progress) { in Display()
264 ProgressBar progress(gsid); in Install() local
/system/update_engine/
Dupdate_attempter_android.cc607 double progress = 0; in BytesReceived() local
638 void UpdateAttempterAndroid::ProgressUpdate(double progress) { in ProgressUpdate()
650 void UpdateAttempterAndroid::OnVerifyProgressUpdate(double progress) { in OnVerifyProgressUpdate()
1029 void UpdateAttempterAndroid::OnCleanupProgressUpdate(double progress) { in OnCleanupProgressUpdate()
Dsideload_main.cc71 double progress = update_engine_status.progress; in SendStatusUpdate() local
Dupdate_engine_client_android.cc89 float progress) { in onStatusUpdate()
Dbinder_service_android.cc231 void OnCleanupProgressUpdate(double progress) { in OnCleanupProgressUpdate()
Dupdate_attempter.cc1411 double progress = 0; in BytesReceived() local
1426 void UpdateAttempter::ProgressUpdate(double progress) { in ProgressUpdate()
/system/update_engine/client_library/include/update_engine/
Dupdate_status.h82 double progress; member
/system/core/adb/client/
Dbugreport.cpp152 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
Dtest.py168 def write_progress(self, progress): argument
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp103 double progress; in SNAPSHOT_FUZZ_FUNCTION() local
Dsnapshot.cpp1415 UpdateState SnapshotManager::GetUpdateState(double* progress) { in GetUpdateState()
/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