Searched refs:flushTo (Results 1 – 6 of 6) sorted by relevance
/system/core/logd/ |
D | LogBufferElement.h | 83 uint64_t flushTo(SocketClient *writer, LogBuffer *parent, bool privileged);
|
D | LogTimes.cpp | 154 logbuf.flushTo(client, start, privileged, security, FilterFirstPass, me); in threadStart() 157 start = logbuf.flushTo(client, start, privileged, security, FilterSecondPass, me); in threadStart()
|
D | LogBuffer.h | 113 uint64_t flushTo(SocketClient *writer, const uint64_t start,
|
D | LogReader.cpp | 169 logbuf().flushTo(cli, sequence, FlushCommand::hasReadLogs(cli), in onDataAvailable()
|
D | LogBufferElement.cpp | 202 uint64_t LogBufferElement::flushTo(SocketClient *reader, LogBuffer *parent, in flushTo() function in LogBufferElement
|
D | LogBuffer.cpp | 909 uint64_t LogBuffer::flushTo( in flushTo() function in LogBuffer 964 max = element->flushTo(reader, this, privileged); in flushTo()
|