Home
last modified time | relevance | path

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

/system/core/logd/
DFlushCommand.cpp38 void FlushCommand::runSocketCommand(SocketClient* client) { in runSocketCommand()
75 bool FlushCommand::hasReadLogs(SocketClient* client) { in hasReadLogs()
83 bool FlushCommand::hasSecurityLogs(SocketClient* client) { in hasSecurityLogs()
DFlushCommand.h28 class FlushCommand : public SocketClientCommand {
33 explicit FlushCommand(LogReader& reader, log_mask_t logMask) in FlushCommand() function
DLogReader.cpp40 FlushCommand command(*this, logMask); in notifyNewLog()
199 logbuf().flushTo(cli, sequence, nullptr, FlushCommand::hasReadLogs(cli), in onDataAvailable()
200 FlushCommand::hasSecurityLogs(cli), in onDataAvailable()
DLogTimes.cpp77 bool privileged = FlushCommand::hasReadLogs(client); in threadStart()
78 bool security = FlushCommand::hasSecurityLogs(client); in threadStart()
DAndroid.bp39 "FlushCommand.cpp",