Home
last modified time | relevance | path

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

/system/logging/logd/
DLogStatistics.h162 void Subtract(const TKey& key, const LogStatisticsElement& element) { in Subtract() function
164 if (it != map.end() && it->second.Subtract(element)) { in Subtract()
197 bool Subtract(const LogStatisticsElement& element) { in Subtract() function
240 bool Subtract(const LogStatisticsElement& element) { in Subtract() function
242 return EntryBase::Subtract(element) && dropped_ == 0; in Subtract()
528 void Subtract(LogStatisticsElement entry) EXCLUDES(lock_);
DLogStatistics.cpp202 void LogStatistics::Subtract(LogStatisticsElement element) { in Subtract() function in LogStatistics
225 uidTable[log_id].Subtract(element.uid, element); in Subtract()
227 pidSystemTable[log_id].Subtract(element.pid, element); in Subtract()
234 pidTable.Subtract(element.pid, element); in Subtract()
235 tidTable.Subtract(element.tid, element); in Subtract()
240 securityTagTable.Subtract(tag, element); in Subtract()
242 tagTable.Subtract(tag, element); in Subtract()
247 tagNameTable.Subtract(TagNameKey(element), element); in Subtract()
287 tagNameTable.Subtract(TagNameKey(element), element); in Drop()
DSerializedLogBuffer.cpp81 stats->Subtract(entry.ToLogStatisticsElement(log_id)); in ClearLogsByUid()
180 stats_->Subtract(entry.ToLogStatisticsElement(log_id)); in RemoveChunkFromStats()
DSimpleLogBuffer.cpp309 stats_->Subtract(element.ToLogStatisticsElement()); in Prune()
DChattyLogBuffer.cpp211 stats()->Subtract(element.ToLogStatisticsElement()); in Erase()
/system/keymaster/ng/include/
Dauthorization_set.h114 void Subtract(const AuthorizationSet& set);