OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogCommand
(Results
1 - 5
of
5
) sorted by null
/system/core/logd/
LogCommand.h
23
class
LogCommand
: public FrameworkCommand {
25
LogCommand
(const char *cmd);
26
virtual ~
LogCommand
() {}
CommandListener.h
21
#include "
LogCommand
.h"
36
class ShutdownCmd : public
LogCommand
{
48
class name##Cmd : public
LogCommand
{ \
Android.mk
9
LogCommand
.cpp \
CommandListener.cpp
33
#include "
LogCommand
.h"
51
:
LogCommand
("shutdown")
66
:
LogCommand
("clear")
99
:
LogCommand
("getLogSize")
125
:
LogCommand
("setLogSize")
159
:
LogCommand
("getLogSizeUsed")
185
:
LogCommand
("getStatistics")
242
:
LogCommand
("getPruneList")
262
:
LogCommand
("setPruneList")
LogCommand.cpp
23
#include "
LogCommand
.h"
25
LogCommand
::
LogCommand
(const char *cmd)
Completed in 680 milliseconds