Home
last modified time | relevance | path

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

/system/core/logd/
DFlushCommand.cpp29 FlushCommand::FlushCommand(LogReader& reader, bool nonBlock, unsigned long tail, in FlushCommand() function in FlushCommand
50 void FlushCommand::runSocketCommand(SocketClient* client) { in runSocketCommand()
102 bool FlushCommand::hasReadLogs(SocketClient* client) { in hasReadLogs()
110 bool FlushCommand::hasSecurityLogs(SocketClient* client) { in hasSecurityLogs()
DFlushCommand.h28 class FlushCommand : public SocketClientCommand {
38 explicit FlushCommand(LogReader& mReader, bool nonBlock = false,
DLogReader.cpp39 FlushCommand command(*this); in notifyNewLog()
185 logbuf().flushTo(cli, sequence, nullptr, FlushCommand::hasReadLogs(cli), in onDataAvailable()
186 FlushCommand::hasSecurityLogs(cli), in onDataAvailable()
195 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence, timeout); in onDataAvailable()
DAndroid.mk15 FlushCommand.cpp \
DLogTimes.cpp132 bool privileged = FlushCommand::hasReadLogs(client); in threadStart()
133 bool security = FlushCommand::hasSecurityLogs(client); in threadStart()