Home
last modified time | relevance | path

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

/system/core/logd/
DLogTags.cpp500 if (lastTotal && (LogStatistics::sizesTotal() - lastTotal) < rate_to_pmsg) { in WritePmsgEventLogTags()
670 lastTotal = LogStatistics::sizesTotal(); in WritePersistEventLogTags()
DLogStatistics.cpp89 size_t sizesTotal() { in sizesTotal() function
90 return LogStatistics::sizesTotal(); in sizesTotal()
DLogStatistics.h556 static size_t sizesTotal() { in sizesTotal() function