Home
last modified time | relevance | path

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

/system/core/logd/
DSerializedLogBuffer.h63 void RemoveChunkFromStats(log_id_t log_id, SerializedLogChunk& chunk);
DSerializedLogBuffer.cpp118 void SerializedLogBuffer::RemoveChunkFromStats(log_id_t log_id, SerializedLogChunk& chunk) { in RemoveChunkFromStats() function in SerializedLogBuffer
175 RemoveChunkFromStats(log_id, *it_to_prune); in Prune()