Home
last modified time | relevance | path

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

/system/logging/logd/
DLogTags.cpp497 size_t lastTotal = itot->second; in WritePmsgEventLogTags() local
501 if (lastTotal && (LogStatistics::sizesTotal() - lastTotal) < rate_to_pmsg) { in WritePmsgEventLogTags()
653 size_t lastTotal = 0; in WritePersistEventLogTags() local
658 if (itot != tag2total.end()) lastTotal = itot->second; in WritePersistEventLogTags()
661 if (lastTotal == 0) { // denotes first time for this one in WritePersistEventLogTags()
671 lastTotal = LogStatistics::sizesTotal(); in WritePersistEventLogTags()
672 if (!lastTotal) ++lastTotal; in WritePersistEventLogTags()
676 tag2total[tag] = lastTotal; in WritePersistEventLogTags()