Searched defs:Prune (Results 1 – 5 of 5) sorted by relevance
/system/core/logd/ | ||
D | PruneList.h | 31 Prune(uid_t uid, pid_t pid) : uid_(uid), pid_(pid) {} in Prune() function |
D | SerializedFlushToState.cpp | 129 void SerializedFlushToState::Prune(log_id_t log_id, in Prune() function in SerializedFlushToState |
D | SimpleLogBuffer.cpp | 275 bool SimpleLogBuffer::Prune(log_id_t id, unsigned long prune_rows, uid_t caller_uid) { in Prune() function in SimpleLogBuffer |
D | SerializedLogBuffer.cpp | 137 bool SerializedLogBuffer::Prune(log_id_t log_id, size_t bytes_to_free, uid_t uid) { in Prune() function in SerializedLogBuffer |
D | ChattyLogBuffer.cpp | 332 bool ChattyLogBuffer::Prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { in Prune() function in ChattyLogBuffer |