Home
last modified time | relevance | path

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

/system/logging/logd/
DLogBufferElement.h41 LogStatisticsElement ToLogStatisticsElement() const;
DSerializedLogBuffer.cpp81 stats->Subtract(entry.ToLogStatisticsElement(log_id)); in ClearLogsByUid()
156 stats_->Add(entry->ToLogStatisticsElement(log_id)); in Log()
180 stats_->Subtract(entry.ToLogStatisticsElement(log_id)); in RemoveChunkFromStats()
DSerializedLogEntry.h51 LogStatisticsElement ToLogStatisticsElement(log_id_t log_id) const { in ToLogStatisticsElement() function
DSimpleLogBuffer.cpp108 stats_->Add(logs_.back().ToLogStatisticsElement()); in LogInternal()
275 stats_->Subtract(element.ToLogStatisticsElement()); in Prune()
DLogBufferElement.cpp82 LogStatisticsElement LogBufferElement::ToLogStatisticsElement() const { in ToLogStatisticsElement() function in LogBufferElement