OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandListener
(Results
1 - 12
of
12
) sorted by null
/system/core/nexus/
CommandListener.h
23
class
CommandListener
: public FrameworkListener {
25
CommandListener
();
26
virtual ~
CommandListener
() {}
main.cpp
24
#include "
CommandListener
.h"
33
CommandListener
*cl = new
CommandListener
();
55
LOGE("Unable to start
CommandListener
(%s)", strerror(errno));
CommandListener.cpp
23
#define LOG_TAG "
CommandListener
"
28
#include "
CommandListener
.h"
36
CommandListener
::
CommandListener
() :
52
CommandListener
::WifiCreateNetworkCmd::WifiCreateNetworkCmd() :
56
int
CommandListener
::WifiCreateNetworkCmd::runCommand(SocketClient *cli,
72
CommandListener
::WifiRemoveNetworkCmd::WifiRemoveNetworkCmd() :
76
int
CommandListener
::WifiRemoveNetworkCmd::runCommand(SocketClient *cli,
89
CommandListener
::WifiScanResultsCmd::WifiScanResultsCmd() :
93
int
CommandListener
::WifiScanResultsCmd::runCommand(SocketClient *cli
[
all
...]
Android.mk
11
CommandListener
.cpp \
/system/vold/
CommandListener.h
23
class
CommandListener
: public FrameworkListener {
25
CommandListener
();
26
virtual ~
CommandListener
() {}
CommandListener.cpp
33
#include "
CommandListener
.h"
42
CommandListener
::
CommandListener
() :
53
void
CommandListener
::dumpArgs(int argc, char **argv, int argObscure) {
81
CommandListener
::DumpCmd::DumpCmd() :
85
int
CommandListener
::DumpCmd::runCommand(SocketClient *cli,
111
CommandListener
::VolumeCmd::VolumeCmd() :
115
int
CommandListener
::VolumeCmd::runCommand(SocketClient *cli,
209
CommandListener
::StorageCmd::StorageCmd() :
213
int
CommandListener
::StorageCmd::runCommand(SocketClient *cli
[
all
...]
Android.mk
5
CommandListener
.cpp \
main.cpp
32
#include "
CommandListener
.h"
43
CommandListener
*cl;
62
cl = new
CommandListener
();
87
SLOGE("Unable to start
CommandListener
(%s)", strerror(errno));
/system/netd/
CommandListener.h
31
class
CommandListener
: public FrameworkListener {
41
CommandListener
();
42
virtual ~
CommandListener
() {}
CommandListener.cpp
30
#define LOG_TAG "
CommandListener
"
36
#include "
CommandListener
.h"
43
TetherController *
CommandListener
::sTetherCtrl = NULL;
44
NatController *
CommandListener
::sNatCtrl = NULL;
45
PppController *
CommandListener
::sPppCtrl = NULL;
46
PanController *
CommandListener
::sPanCtrl = NULL;
47
SoftapController *
CommandListener
::sSoftapCtrl = NULL;
48
BandwidthController *
CommandListener
::sBandwidthCtrl = NULL;
49
ResolverController *
CommandListener
::sResolverCtrl = NULL;
51
CommandListener
::CommandListener()
[
all
...]
main.cpp
33
#include "
CommandListener
.h"
42
CommandListener
*cl;
56
cl = new
CommandListener
();
77
LOGE("Unable to start
CommandListener
(%s)", strerror(errno));
Android.mk
7
CommandListener
.cpp \
Completed in 857 milliseconds