Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc131 void FilesystemVerifierAction::UpdateProgress(double progress) { in UpdateProgress()
137 void FilesystemVerifierAction::UpdatePartitionProgress(double progress) { in UpdatePartitionProgress()
292 const auto progress = (start_offset + bytes_read) * 1.0f / partition_size_; in HashPartition() local
/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/gsid/
Dpartition_installer.cpp173 auto progress = [this](uint64_t bytes, uint64_t /* total */) -> bool { in CreateImage() local
200 int progress = -1; in CommitGsiChunk() local
Dgsi_tool.cpp149 void Display(const GsiProgress& progress) { in Display()
266 ProgressBar progress(gsid); in Install() local
400 ProgressBar progress(gsid); in CreatePartition() local
/system/core/fs_mgr/libfiemap/
Dsplit_fiemap_writer.cpp47 ProgressCallback progress) { in Create()
57 ProgressCallback progress) { in Create()
Dfiemap_writer.cpp640 std::function<bool(uint64_t, uint64_t)> progress) { in Open() argument
650 std::function<bool(uint64_t, uint64_t)> progress) { in Open() argument
/system/update_engine/stable/
Dupdate_engine_stable_client.cc86 int status_code, float progress) { in onStatusUpdate()
/system/update_engine/client_library/include/update_engine/
Dupdate_status.h82 double progress; member
/system/update_engine/aosp/
Dupdate_attempter_android.cc652 double progress = 0; in BytesReceived() local
683 void UpdateAttempterAndroid::ProgressUpdate(double progress) { in ProgressUpdate()
695 void UpdateAttempterAndroid::OnVerifyProgressUpdate(double progress) { in OnVerifyProgressUpdate()
1267 void UpdateAttempterAndroid::OnCleanupProgressUpdate(double progress) { in OnCleanupProgressUpdate()
Dsideload_main.cc71 double progress = update_engine_status.progress; in SendStatusUpdate() local
Dupdate_engine_client_android.cc92 float progress) { in onStatusUpdate()
Dbinder_service_android.cc234 void OnCleanupProgressUpdate(double progress) { in OnCleanupProgressUpdate()
/system/extras/simpleperf/scripts/
Dreport_html.js65 updateAsync(text, progress) { argument
783 _drawMoreFlameGraphs(moreCount, progress) { argument
1732 function updateProgress(text, progress) { argument
1736 function addProgress(progress) { argument
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp103 double progress; in SNAPSHOT_FUZZ_FUNCTION() local
Dsnapshot.cpp2026 UpdateState SnapshotManager::GetUpdateState(double* progress) { in GetUpdateState()