HomeSort by relevance Sort by last modified time
    Searched defs:LogStatistics (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/client/
client_status_logger.cc 93 void ClientStatusLogger::LogStatistics(ChromotingStats* statistics) {
  /system/core/logd/
LogStatistics.h 141 class LogStatistics {
156 LogStatistics();
LogStatistics.cpp 25 #include "LogStatistics.h"
395 LogStatistics::LogStatistics()
440 const unsigned short LogStatistics::mBuckets[] = {
444 unsigned short LogStatistics::dgramQlen(unsigned short bucket) {
451 unsigned long long LogStatistics::minimum(unsigned short bucket) {
458 void LogStatistics::recordDiff(log_time diff, unsigned short bucket) {
464 void LogStatistics::add(unsigned short size,
474 void LogStatistics::subtract(unsigned short size,
484 size_t LogStatistics::sizes(log_id_t log_id, uid_t uid, pid_t pid)
    [all...]

Completed in 129 milliseconds