Home
last modified time | relevance | path

Searched refs:ProgressCallback (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dsplit_fiemap_writer.h38 using ProgressCallback = std::function<bool(uint64_t, uint64_t)>;
46 ProgressCallback progress = {});
49 ProgressCallback progress = {});
/aosp12/system/core/fs_mgr/libfiemap/
H A Dbinder.cpp32 class ProgressCallback final : public BnProgressCallback { class
34 ProgressCallback(std::function<bool(uint64_t, uint64_t)>&& callback) in ProgressCallback() function in android::fiemap::ProgressCallback
98 callback = new ProgressCallback(std::move(on_progress)); in CreateBackingImage()
H A Dsplit_fiemap_writer.cpp47 ProgressCallback progress) { in Create()
57 ProgressCallback progress) { in Create()