Home
last modified time | relevance | path

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

/system/logging/logd/
DSerializedLogBuffer.h65 void RemoveChunkFromStats(log_id_t log_id, SerializedLogChunk& chunk);
DSerializedLogBuffer.cpp177 void SerializedLogBuffer::RemoveChunkFromStats(log_id_t log_id, SerializedLogChunk& chunk) { in RemoveChunkFromStats() function in SerializedLogBuffer
223 RemoveChunkFromStats(log_id, *it_to_prune); in Prune()