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
explicit
LogCommand
(const char* cmd);
26
virtual ~
LogCommand
() {
CommandListener.h
22
#include "
LogCommand
.h"
38
class ShutdownCmd : public
LogCommand
{
50
class name##Cmd : public
LogCommand
{ \
70
class name##Cmd : public
LogCommand
{ \
81
class name##Cmd : public
LogCommand
{ \
CommandListener.cpp
37
#include "
LogCommand
.h"
57
:
LogCommand
("shutdown"), mReader(*reader), mSwl(*swl) {
68
:
LogCommand
("clear"), mBuf(*buf) {
103
:
LogCommand
("getLogSize"), mBuf(*buf) {
128
:
LogCommand
("setLogSize"), mBuf(*buf) {
161
:
LogCommand
("getLogSizeUsed"), mBuf(*buf) {
186
:
LogCommand
("getStatistics"), mBuf(*buf) {
237
:
LogCommand
("getPruneList"), mBuf(*buf) {
248
:
LogCommand
("setPruneList"), mBuf(*buf) {
280
:
LogCommand
("getEventTag"), mBuf(*buf)
[
all
...]
LogCommand.cpp
24
#include "
LogCommand
.h"
27
LogCommand
::
LogCommand
(const char* cmd) : FrameworkCommand(cmd) {
/system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc
55
void
LogCommand
(const char* command) {
245
LogCommand
("TestChannel Clear");
251
LogCommand
("TestChannel Discover");
262
LogCommand
("TestChannel Timeout All");
268
LogCommand
("TestChannel Set Event Delay");
274
LogCommand
("TestChannel Clear Event Delay");
279
LogCommand
("Reset");
293
LogCommand
("Read Buffer Size");
306
LogCommand
("Host Buffer Size");
312
LogCommand
("Read Local Version Information")
[
all
...]
Completed in 71 milliseconds