Searched refs:LogStatistics (Results 1 - 4 of 4) sorted by relevance

/system/core/logd/
H A DLogStatistics.cpp24 #include "LogStatistics.h"
26 LogStatistics::LogStatistics() : enable(false) { function in class:LogStatistics
64 void LogStatistics::add(LogBufferElement *element) {
99 void LogStatistics::subtract(LogBufferElement *element) {
136 void LogStatistics::drop(LogBufferElement *element) {
156 const char *LogStatistics::uidToName(uid_t uid) const {
216 std::string UidEntry::format(const LogStatistics &stat, log_id_t id) const {
232 for (LogStatistics::uidTable_t::const_iterator it = stat.uidTable[id].begin();
333 std::string PidEntry::format(const LogStatistics
[all...]
H A DAndroid.mk19 LogStatistics.cpp \
H A DLogStatistics.h38 class LogStatistics;
128 const LogStatistics &stat,
247 std::string format(const LogStatistics &stat, log_id_t id) const;
307 std::string format(const LogStatistics &stat, log_id_t id) const;
370 std::string format(const LogStatistics &stat, log_id_t id) const;
401 std::string format(const LogStatistics &stat, log_id_t id) const;
405 class LogStatistics { class
439 LogStatistics();
H A DLogBuffer.h32 #include "LogStatistics.h"
82 LogStatistics stats;

Completed in 46 milliseconds