Searched refs:subtract (Results 1 - 3 of 3) sorted by relevance

/system/core/logd/
H A DLogStatistics.cpp99 // called add() and subtract() for each entry as they are
162 void LogStatistics::subtract(LogBufferElement* element) { function in class:LogStatistics
179 uidTable[log_id].subtract(element->getUid(), element);
181 pidSystemTable[log_id].subtract(element->getPid(), element);
188 pidTable.subtract(element->getPid(), element);
189 tidTable.subtract(element->getTid(), element);
194 securityTagTable.subtract(tag, element);
196 tagTable.subtract(tag, element);
201 tagNameTable.subtract(TagNameKey(element), element);
238 tagNameTable.subtract(TagNameKe
[all...]
H A DLogStatistics.h140 void subtract(TKey&& key, const LogBufferElement* element) { function in class:LogHashtable
142 if ((it != map.end()) && it->second.subtract(element)) {
147 void subtract(const TKey& key, const LogBufferElement* element) { function in class:LogHashtable
149 if ((it != map.end()) && it->second.subtract(element)) {
225 inline bool subtract(const LogBufferElement* element) { function in struct:EntryBase
268 inline bool subtract(const LogBufferElement* element) { function in struct:EntryBaseDropped
270 return EntryBase::subtract(element) && !dropped;
274 EntryBase::subtract(element);
745 void subtract(LogBufferElement* entry);
H A DLogBuffer.cpp542 stats.subtract(element);

Completed in 39 milliseconds