Searched defs:LogStatistics (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
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;
630 std::string format(const LogStatistics& stat, log_id_t id) const;
669 class LogStatistics { class
736 LogStatistics();

Completed in 21 milliseconds