Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp133 FAdviser() : thread_(MessageLoop, this), total_size_(0) {} in FAdviser()
153 total_size_ += size; in RecordImpl()
170 if (total_size_ < threshold_) return; in RecordImpl()
172 LOG(INFO) << "Threshold exceeded - fadvising " << total_size_; in RecordImpl()
173 while (!sizes_.empty() && total_size_ > target_) { in RecordImpl()
175 total_size_ -= size->first; in RecordImpl()
180 LOG(INFO) << "Threshold now " << total_size_; in RecordImpl()
187 total_size_ -= file->second->first; in CloseImpl()
242 size_t total_size_; member in FAdviser