Home
last modified time | relevance | path

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

/system/core/logd/
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()
DSimpleLogBuffer.cpp88 stats_->AddTotal(log_id, len); in Log()
DSerializedLogBuffer.cpp78 stats_->AddTotal(log_id, len); in Log()
DLogStatistics.h521 void AddTotal(log_id_t log_id, uint16_t size) EXCLUDES(lock_);
DLogStatistics.cpp118 void LogStatistics::AddTotal(log_id_t log_id, uint16_t size) { in AddTotal() function in LogStatistics