Home
last modified time | relevance | path

Searched refs:flushTo (Results 1 – 6 of 6) sorted by relevance

/system/core/logd/
DLogBufferElement.h83 uint64_t flushTo(SocketClient *writer, LogBuffer *parent, bool privileged);
DLogTimes.cpp154 logbuf.flushTo(client, start, privileged, security, FilterFirstPass, me); in threadStart()
157 start = logbuf.flushTo(client, start, privileged, security, FilterSecondPass, me); in threadStart()
DLogBuffer.h113 uint64_t flushTo(SocketClient *writer, const uint64_t start,
DLogReader.cpp169 logbuf().flushTo(cli, sequence, FlushCommand::hasReadLogs(cli), in onDataAvailable()
DLogBufferElement.cpp202 uint64_t LogBufferElement::flushTo(SocketClient *reader, LogBuffer *parent, in flushTo() function in LogBufferElement
DLogBuffer.cpp909 uint64_t LogBuffer::flushTo( in flushTo() function in LogBuffer
964 max = element->flushTo(reader, this, privileged); in flushTo()