Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc163 void FilesystemVerifierAction::UpdateProgress(double progress) { in UpdateProgress()
169 void FilesystemVerifierAction::UpdatePartitionProgress(double progress) { in UpdatePartitionProgress()
342 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.cpp174 auto progress = [this](uint64_t bytes, uint64_t /* total */) -> bool { in CreateImage() local
201 int progress = -1; in CommitGsiChunk() local
Dgsi_tool.cpp187 void Display(const GsiProgress& progress) { in Display()
304 ProgressBar progress(gsid); in Install() local
438 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.cc672 double progress = 0; in BytesReceived() local
697 void UpdateAttempterAndroid::ProgressUpdate(double progress) { in ProgressUpdate()
709 void UpdateAttempterAndroid::OnVerifyProgressUpdate(double progress) { in OnVerifyProgressUpdate()
1297 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.cpp2056 UpdateState SnapshotManager::GetUpdateState(double* progress) { in GetUpdateState()