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

/system/core/logd/
H A DLogStatistics.cpp83 // called add() and subtract() for each entry as they are
118 void LogStatistics::subtract(LogBufferElement* element) { function in class:LogStatistics
131 uidTable[log_id].subtract(element->getUid(), element);
133 pidSystemTable[log_id].subtract(element->getPid(), element);
140 pidTable.subtract(element->getPid(), element);
141 tidTable.subtract(element->getTid(), element);
146 securityTagTable.subtract(tag, element);
148 tagTable.subtract(tag, element);
H A DLogStatistics.h134 void subtract(TKey key, LogBufferElement* element) { function in class:LogHashtable
136 if ((it != map.end()) && it->second.subtract(element)) {
211 inline bool subtract(LogBufferElement* element) { function in struct:EntryBase
254 inline bool subtract(LogBufferElement* element) { function in struct:EntryBaseDropped
256 return EntryBase::subtract(element) && !dropped;
260 EntryBase::subtract(element);
580 void subtract(LogBufferElement* entry);
H A DLogBuffer.cpp214 stats.subtract(elem);
326 stats.subtract(currentLast);
343 stats.subtract(currentLast);
534 stats.subtract(element);

Completed in 43 milliseconds