Home
last modified time | relevance | path

Searched refs:pruneRows (Results 1 – 2 of 2) sorted by relevance

/system/core/logd/
DChattyLogBuffer.cpp332 bool ChattyLogBuffer::Prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { in Prune() argument
334 bool clearAll = pruneRows == ULONG_MAX; in Prune()
365 KickReader(oldest, id, pruneRows); in Prune()
370 if (--pruneRows == 0) { in Prune()
379 while (!clearAll && (pruneRows > 0)) { in Prune()
414 bool gc = pruneRows <= 1; in Prune()
478 pruneRows--; in Prune()
479 if (pruneRows == 0) { in Prune()
525 pruneRows--; in Prune()
526 if (pruneRows == 0) { in Prune()
[all …]
DChattyLogBuffer.h57 bool Prune(log_id_t id, unsigned long pruneRows, uid_t uid) REQUIRES(lock_) override;