Home
last modified time | relevance | path

Searched refs:GetOldest (Results 1 – 3 of 3) sorted by relevance

/system/core/logd/
DChattyLogBuffer.cpp355 it = GetOldest(id); in Prune()
434 it = GetOldest(id); in Prune()
573 it = GetOldest(id); in Prune()
599 it = GetOldest(id); in Prune()
DSimpleLogBuffer.h55 std::list<LogBufferElement>::iterator GetOldest(log_id_t log_id) REQUIRES(lock_);
DSimpleLogBuffer.cpp44 std::list<LogBufferElement>::iterator SimpleLogBuffer::GetOldest(log_id_t log_id) { in GetOldest() function in SimpleLogBuffer
291 auto it = GetOldest(id); in Prune()