Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A DChattyLogBuffer.cpp157 stats()->AddTotal(current_last.log_id(), current_last.msg_len()); in LogInternal()
170 stats()->AddTotal(current_last.log_id(), current_last.msg_len()); in LogInternal()
H A DSimpleLogBuffer.cpp89 stats_->AddTotal(log_id, len); in Log()
H A DSerializedLogBuffer.cpp147 stats_->AddTotal(log_id, len); in Log()
H A DLogStatistics.h521 void AddTotal(log_id_t log_id, uint16_t size) EXCLUDES(lock_);
H A DLogStatistics.cpp118 void LogStatistics::AddTotal(log_id_t log_id, uint16_t size) { in AddTotal() function in LogStatistics