Home
last modified time | relevance | path

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

/system/logging/logd/
DLogStatistics.cpp183 void LogStatistics::Subtract(LogStatisticsElement element) { in Subtract() function in LogStatistics
203 uidTable[log_id].Subtract(element.uid, element); in Subtract()
205 pidSystemTable[log_id].Subtract(element.pid, element); in Subtract()
212 pidTable.Subtract(element.pid, element); in Subtract()
213 tidTable.Subtract(element.tid, element); in Subtract()
218 securityTagTable.Subtract(tag, element); in Subtract()
220 tagTable.Subtract(tag, element); in Subtract()
224 tagNameTable.Subtract(TagNameKey(element), element); in Subtract()
DLogStatistics.h161 void Subtract(const TKey& key, const LogStatisticsElement& element) { in Subtract() function
163 if (it != map.end() && it->second.Subtract(element)) { in Subtract()
196 bool Subtract(const LogStatisticsElement& element) { in Subtract() function
495 void Subtract(LogStatisticsElement entry) EXCLUDES(lock_);
DSerializedLogBuffer.cpp81 stats->Subtract(entry.ToLogStatisticsElement(log_id)); in ClearLogsByUid()
180 stats_->Subtract(entry.ToLogStatisticsElement(log_id)); in RemoveChunkFromStats()
DSimpleLogBuffer.cpp275 stats_->Subtract(element.ToLogStatisticsElement()); in Prune()