Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DImageSavingTask.java48 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 Dpartition_installer.cpp102 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 Dgsi_service.h76 void UpdateProgress(int status, int64_t bytes_processed);
H A Dgsi_tool.cpp114 if (!UpdateProgress()) { in Worker()
121 bool UpdateProgress() { in UpdateProgress() function in ProgressBar
H A Dgsi_service.cpp247 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress() function in android::gsi::GsiService
/aosp12/system/vold/
H A DEncryptInplace.cpp61 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 Dbugreport.h45 virtual void UpdateProgress(const std::string& file_name, int progress_percentage);
H A Dbugreport.cpp160 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 Dfilesystem_verifier_action.cc128 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 Dfilesystem_verifier_action.h122 void UpdateProgress(double progress);
/aosp12/packages/modules/adb/
H A Dbugreport_test.cpp125 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 Ddumpstate.h326 void UpdateProgress(int32_t delta);
H A Ddumpstate.cpp3765 UpdateProgress(WEIGHT_FILE); in DumpFile()
3890 UpdateProgress(options.Timeout()); in RunCommand()
4010 void Dumpstate::UpdateProgress(int32_t delta_sec) { in UpdateProgress() function in Dumpstate