Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp122 FAdviser() : thread_(MessageLoop, this), total_size_(0) {} in FAdviser()
142 total_size_ += size; in RecordImpl()
159 if (total_size_ < threshold_) return; in RecordImpl()
161 LOG(INFO) << "Threshold exceeded - fadvising " << total_size_; in RecordImpl()
162 while (!sizes_.empty() && total_size_ > target_) { in RecordImpl()
164 total_size_ -= size->first; in RecordImpl()
169 LOG(INFO) << "Threshold now " << total_size_; in RecordImpl()
176 total_size_ -= file->second->first; in CloseImpl()
231 size_t total_size_; member in FAdviser