Home
last modified time | relevance | path

Searched defs:Drop (Results 1 – 2 of 2) sorted by relevance

/system/logging/logd/
DLogStatistics.h169 void Drop(const TKey& key, const LogStatisticsElement& element) { in Drop() function
201 void Drop(const LogStatisticsElement& element) { size_ -= element.msg_len; } in Drop() function
244 void Drop(const LogStatisticsElement& element) { in Drop() function
DLogStatistics.cpp253 void LogStatistics::Drop(LogStatisticsElement element) { in Drop() function in LogStatistics