Home
last modified time | relevance | path

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

/system/core/logd/
DLogCommand.h23 class LogCommand : public FrameworkCommand {
25 explicit LogCommand(const char* cmd);
26 virtual ~LogCommand() { in ~LogCommand()
DCommandListener.cpp57 : LogCommand("shutdown"), mReader(*reader), mSwl(*swl) { in ShutdownCmd()
68 : LogCommand("clear"), mBuf(*buf) { in ClearCmd()
103 : LogCommand("getLogSize"), mBuf(*buf) { in GetBufSizeCmd()
128 : LogCommand("setLogSize"), mBuf(*buf) { in SetBufSizeCmd()
161 : LogCommand("getLogSizeUsed"), mBuf(*buf) { in GetBufSizeUsedCmd()
186 : LogCommand("getStatistics"), mBuf(*buf) { in GetStatisticsCmd()
237 : LogCommand("getPruneList"), mBuf(*buf) { in GetPruneListCmd()
248 : LogCommand("setPruneList"), mBuf(*buf) { in SetPruneListCmd()
280 : LogCommand("getEventTag"), mBuf(*buf) { in GetEventTagCmd()
329 CommandListener::ReinitCmd::ReinitCmd() : LogCommand("reinit") { in ReinitCmd()
[all …]
DCommandListener.h38 class ShutdownCmd : public LogCommand {
50 class name##Cmd : public LogCommand { \
70 class name##Cmd : public LogCommand { \
81 class name##Cmd : public LogCommand { \
DLogCommand.cpp27 LogCommand::LogCommand(const char* cmd) : FrameworkCommand(cmd) { in LogCommand() function in LogCommand
DAndroid.bp35 "LogCommand.cpp",