Home
last modified time | relevance | path

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

/system/logging/logd/
DChattyLogBuffer.cpp353 it = GetOldest(id); in Prune()
432 it = GetOldest(id); in Prune()
571 it = GetOldest(id); in Prune()
597 it = GetOldest(id); in Prune()
DSimpleLogBuffer.h57 std::list<LogBufferElement>::iterator GetOldest(log_id_t log_id) REQUIRES(logd_lock);
DSimpleLogBuffer.cpp45 std::list<LogBufferElement>::iterator SimpleLogBuffer::GetOldest(log_id_t log_id) { in GetOldest() function in SimpleLogBuffer
289 auto it = GetOldest(id); in Prune()