/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
H A D | ImageSavingTask.java | 48 static class UpdateProgress implements Update { class in ImageSavingTask 111 UpdateProgress updateProgress = new UpdateProgress(); in doInBackground() 142 if (message instanceof UpdateProgress) { in onUpdate() 143 UpdateProgress progress = (UpdateProgress) message; in onUpdate()
|
/aosp12/system/gsid/ |
H A D | partition_installer.cpp | 102 service_->UpdateProgress(IGsiService::STATUS_NO_OPERATION, 0); in StartInstall() 165 service_->UpdateProgress(IGsiService::STATUS_COMPLETE, 0); in Preallocate() 171 service_->UpdateProgress(IGsiService::STATUS_WORKING, bytes); in CreateImage() 220 service_->UpdateProgress(IGsiService::STATUS_WORKING, size_ - remaining); in CommitGsiChunk() 224 service_->UpdateProgress(IGsiService::STATUS_COMPLETE, size_); in CommitGsiChunk()
|
H A D | gsi_service.h | 76 void UpdateProgress(int status, int64_t bytes_processed);
|
H A D | gsi_tool.cpp | 114 if (!UpdateProgress()) { in Worker() 121 bool UpdateProgress() { in UpdateProgress() function in ProgressBar
|
H A D | gsi_service.cpp | 247 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress() function in android::gsi::GsiService
|
/aosp12/system/vold/ |
H A D | EncryptInplace.cpp | 61 void UpdateProgress(size_t blocks, bool done); 124 void InPlaceEncrypter::UpdateProgress(size_t blocks, bool done) { in UpdateProgress() function in InPlaceEncrypter 197 UpdateProgress(blocks_pending_, false); in EncryptPendingData() 363 UpdateProgress(0, true); in EncryptInPlace()
|
/aosp12/packages/modules/adb/client/ |
H A D | bugreport.h | 45 virtual void UpdateProgress(const std::string& file_name, int progress_percentage);
|
H A D | bugreport.cpp | 160 br_->UpdateProgress(line_message_, progress_percentage); in ProcessLine() 284 void Bugreport::UpdateProgress(const std::string& message, int progress_percentage) { in UpdateProgress() function in Bugreport
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | filesystem_verifier_action.cc | 128 UpdateProgress(1.0); in Cleanup() 132 void FilesystemVerifierAction::UpdateProgress(double progress) { in UpdateProgress() function in chromeos_update_engine::FilesystemVerifierAction 142 UpdateProgress((progress + partition_index_) / in UpdatePartitionProgress()
|
H A D | filesystem_verifier_action.h | 122 void UpdateProgress(double progress);
|
/aosp12/packages/modules/adb/ |
H A D | bugreport_test.cpp | 125 MOCK_METHOD2(UpdateProgress, void(const std::string&, int)); 144 EXPECT_CALL(br_, UpdateProgress(StrEq("generating " + file), progress_percentage)); in ExpectProgress()
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | dumpstate.h | 326 void UpdateProgress(int32_t delta);
|
H A D | dumpstate.cpp | 3765 UpdateProgress(WEIGHT_FILE); in DumpFile() 3890 UpdateProgress(options.Timeout()); in RunCommand() 4010 void Dumpstate::UpdateProgress(int32_t delta_sec) { in UpdateProgress() function in Dumpstate
|