Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.h188 void kickMe(LogTimeEntry* me, log_id_t id, unsigned long pruneRows);
DLogBuffer.cpp637 void LogBuffer::kickMe(LogTimeEntry* me, log_id_t id, unsigned long pruneRows) { in kickMe() function in LogBuffer
743 if (busy) kickMe(oldest, id, pruneRows); in prune()
983 if (!whitelist && busy) kickMe(oldest, id, pruneRows); in prune()
1016 if (busy) kickMe(oldest, id, pruneRows); in prune()