Searched refs:FlushCommand (Results 1 – 5 of 5) sorted by relevance
/system/core/logd/ |
D | FlushCommand.cpp | 29 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()
|
D | FlushCommand.h | 28 class FlushCommand : public SocketClientCommand { 38 explicit FlushCommand(LogReader& mReader, bool nonBlock = false,
|
D | LogReader.cpp | 39 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()
|
D | Android.mk | 15 FlushCommand.cpp \
|
D | LogTimes.cpp | 132 bool privileged = FlushCommand::hasReadLogs(client); in threadStart() 133 bool security = FlushCommand::hasSecurityLogs(client); in threadStart()
|