Home
last modified time | relevance | path

Searched refs:FlushCommand (Results 1 – 5 of 5) sorted by relevance

/system/core/logd/
DFlushCommand.cpp25 FlushCommand::FlushCommand(LogReader &reader, in FlushCommand() function in FlushCommand
48 void FlushCommand::runSocketCommand(SocketClient *client) { in runSocketCommand()
85 bool FlushCommand::hasReadLogs(SocketClient *client) { in hasReadLogs()
DFlushCommand.h28 class FlushCommand : public SocketClientCommand {
37 FlushCommand(LogReader &mReader,
DLogReader.cpp35 FlushCommand command(*this); in notifyNewLog()
151 logbuf().flushTo(cli, sequence, FlushCommand::hasReadLogs(cli), in onDataAvailable()
163 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence); in onDataAvailable()
DAndroid.mk13 FlushCommand.cpp \
DLogTimes.cpp125 bool privileged = FlushCommand::hasReadLogs(client); in threadStart()