Searched defs:onProgress (Results 1 – 3 of 3) sorted by relevance
33 void onProgress(long current, long total); in onProgress() method
29 void onProgress(in RequestId requestId, in TaskResult result); in onProgress() method
38 android::binder::Status onProgress(int64_t current, int64_t total) { in onProgress() function in android::fiemap::ProgressCallback