Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp118 void LogStatistics::subtract(LogBufferElement* element) { in subtract() function in LogStatistics
131 uidTable[log_id].subtract(element->getUid(), element); in subtract()
133 pidSystemTable[log_id].subtract(element->getPid(), element); in subtract()
140 pidTable.subtract(element->getPid(), element); in subtract()
141 tidTable.subtract(element->getTid(), element); in subtract()
146 securityTagTable.subtract(tag, element); in subtract()
148 tagTable.subtract(tag, element); in subtract()
DLogStatistics.h134 void subtract(TKey key, LogBufferElement* element) { in subtract() function
136 if ((it != map.end()) && it->second.subtract(element)) { in subtract()
211 inline bool subtract(LogBufferElement* element) { in subtract() function
254 inline bool subtract(LogBufferElement* element) { in subtract() function
256 return EntryBase::subtract(element) && !dropped; in subtract()
260 EntryBase::subtract(element); in drop()
580 void subtract(LogBufferElement* entry);
DLogBuffer.cpp214 stats.subtract(elem); in log()
326 stats.subtract(currentLast); in log()
343 stats.subtract(currentLast); in log()
534 stats.subtract(element); in erase()