Home
last modified time | relevance | path

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

/system/core/logd/
DLogBufferElement.h48 LogStatisticsElement ToLogStatisticsElement() const;
DSerializedLogEntry.h51 LogStatisticsElement ToLogStatisticsElement(log_id_t log_id) const { in ToLogStatisticsElement() function
DSerializedLogChunk.cpp71 stats->Subtract(entry->ToLogStatisticsElement(log_id)); in ClearUidLogs()
DSimpleLogBuffer.cpp107 stats_->Add(logs_.back().ToLogStatisticsElement()); in LogInternal()
311 stats_->Subtract(element.ToLogStatisticsElement()); in Prune()
DSerializedLogBuffer.cpp97 stats_->Add(entry->ToLogStatisticsElement(log_id)); in Log()
123 stats_->Subtract(entry->ToLogStatisticsElement(log_id)); in RemoveChunkFromStats()
DChattyLogBuffer.cpp209 stats()->Erase(element.ToLogStatisticsElement()); in Erase()
211 stats()->Subtract(element.ToLogStatisticsElement()); in Erase()
538 stats()->Drop(element.ToLogStatisticsElement()); in Prune()
DLogBufferElement.cpp101 LogStatisticsElement LogBufferElement::ToLogStatisticsElement() const { in ToLogStatisticsElement() function in LogBufferElement