Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp30 size_t LogStatistics::SizesTotal;
32 LogStatistics::LogStatistics() : enable(false) { in LogStatistics() function in LogStatistics
45 return LogStatistics::sizesTotal(); in sizesTotal()
73 void LogStatistics::add(LogBufferElement* element) { in add()
118 void LogStatistics::subtract(LogBufferElement* element) { in subtract()
155 void LogStatistics::drop(LogBufferElement* element) { in drop()
184 const char* LogStatistics::uidToName(uid_t uid) const { in uidToName()
251 std::string UidEntry::format(const LogStatistics& stat, log_id_t id) const { in format()
266 for (LogStatistics::uidTable_t::const_iterator it = in format()
364 std::string PidEntry::format(const LogStatistics& stat, in format()
[all …]
DLogStatistics.h39 class LogStatistics; variable
161 std::string format(const LogStatistics& stat, uid_t uid, pid_t pid,
292 std::string format(const LogStatistics& stat, log_id_t id) const;
362 std::string format(const LogStatistics& stat, log_id_t id) const;
437 std::string format(const LogStatistics& stat, log_id_t id) const;
476 std::string format(const LogStatistics& stat, log_id_t id) const;
515 class LogStatistics {
573 LogStatistics();
DAndroid.mk19 LogStatistics.cpp \
DLogBuffer.h81 LogStatistics stats;