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

/system/core/logd/
H A DLogBuffer.h78 class LogBuffer { class
106 LogBuffer(LastLogTimes *times);
H A DLogBuffer.cpp30 #include "LogBuffer.h"
96 void LogBuffer::init() {
194 LogBuffer::LogBuffer(LastLogTimes *times): function in class:LogBuffer
202 int LogBuffer::log(log_id_t log_id, log_time realtime,
290 void LogBuffer::maybePrune(log_id_t id) {
311 LogBufferElementCollection::iterator LogBuffer::erase(
487 bool LogBuffer::prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) {
840 bool LogBuffer::clear(log_id_t id, uid_t uid) {
882 unsigned long LogBuffer
[all...]

Completed in 70 milliseconds