Home
last modified time | relevance | path

Searched refs:UpdateProgress (Results 1 – 7 of 7) sorted by relevance

/system/gsid/
Dpartition_installer.cpp105 service_->UpdateProgress(IGsiService::STATUS_NO_OPERATION, 0); in StartInstall()
169 service_->UpdateProgress(IGsiService::STATUS_COMPLETE, 0); in Preallocate()
175 service_->UpdateProgress(IGsiService::STATUS_WORKING, bytes); in CreateImage()
224 service_->UpdateProgress(IGsiService::STATUS_WORKING, size_ - remaining); in CommitGsiChunk()
228 service_->UpdateProgress(IGsiService::STATUS_COMPLETE, size_); in CommitGsiChunk()
Dgsi_service.h76 void UpdateProgress(int status, int64_t bytes_processed);
Dgsi_tool.cpp152 if (!UpdateProgress()) { in Worker()
159 bool UpdateProgress() { in UpdateProgress() function in ProgressBar
Dgsi_service.cpp279 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress() function in android::gsi::GsiService
/system/vold/
DEncryptInplace.cpp59 void UpdateProgress(size_t blocks, bool done);
116 void InPlaceEncrypter::UpdateProgress(size_t blocks, bool done) { in UpdateProgress() function in InPlaceEncrypter
149 UpdateProgress(blocks_pending_, false); in EncryptPendingData()
306 UpdateProgress(0, true); in EncryptInPlace()
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.h124 void UpdateProgress(double progress);
Dfilesystem_verifier_action.cc152 UpdateProgress(1.0); in Cleanup()
156 void FilesystemVerifierAction::UpdateProgress(double progress) { in UpdateProgress() function in chromeos_update_engine::FilesystemVerifierAction
163 UpdateProgress((partition_weight_[partition_index_] * (1 - progress) + in UpdatePartitionProgress()