Searched refs:LogStatistics (Results 1 - 3 of 3) sorted by last modified time

/system/core/logd/
H A DLogBuffer.h31 #include "LogStatistics.h"
82 LogStatistics stats;
H A DLogStatistics.cpp30 #include "LogStatistics.h"
35 size_t LogStatistics::SizesTotal;
37 LogStatistics::LogStatistics() : enable(false) { function in class:LogStatistics
54 return LogStatistics::sizesTotal();
82 void LogStatistics::addTotal(LogBufferElement* element) {
92 void LogStatistics::add(LogBufferElement* element) {
162 void LogStatistics::subtract(LogBufferElement* element) {
207 void LogStatistics::drop(LogBufferElement* element) {
243 const char* LogStatistics
[all...]
H A DLogStatistics.h45 class LogStatistics;
174 std::string format(const LogStatistics& stat, uid_t uid, pid_t pid,
306 std::string format(const LogStatistics& stat, log_id_t id) const;
372 std::string format(const LogStatistics& stat, log_id_t id) const;
454 std::string format(const LogStatistics& stat, log_id_t id) const;
493 std::string format(const LogStatistics& stat, log_id_t id) const;
631 std::string format(const LogStatistics& stat, log_id_t id) const;
670 class LogStatistics { class
737 LogStatistics();

Completed in 54 milliseconds