Searched refs:UpdateProgress (Results 1 – 7 of 7) sorted by relevance
/system/gsid/ |
D | partition_installer.cpp | 105 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()
|
D | gsi_service.h | 76 void UpdateProgress(int status, int64_t bytes_processed);
|
D | gsi_tool.cpp | 152 if (!UpdateProgress()) { in Worker() 159 bool UpdateProgress() { in UpdateProgress() function in ProgressBar
|
D | gsi_service.cpp | 279 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress() function in android::gsi::GsiService
|
/system/vold/ |
D | EncryptInplace.cpp | 59 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/ |
D | filesystem_verifier_action.h | 124 void UpdateProgress(double progress);
|
D | filesystem_verifier_action.cc | 152 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()
|