Searched refs:last_updated_progress_ (Results 1 – 4 of 4) sorted by relevance
850 int32_t last_update_delta = progress - last_updated_progress_; in UpdateProgress()851 if (last_updated_progress_ > 0 && last_update_delta < update_progress_threshold_) { in UpdateProgress()854 last_updated_progress_ = progress; in UpdateProgress()
204 dprintf(fd, "last_updated_progress: %d\n", ds_->last_updated_progress_); in dump()
408 int32_t last_updated_progress_; variable
622 ds.last_updated_progress_ = 0; in SetProgress()