Searched defs:CommandListener (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A DCommandListener.h23 class CommandListener : public FrameworkListener { class in inherits:FrameworkListener
25 CommandListener();
26 virtual ~CommandListener() {}
H A DCommandListener.cpp33 #include "CommandListener.h"
44 CommandListener::CommandListener() : function in class:CommandListener
55 void CommandListener::dumpArgs(int argc, char **argv, int argObscure) {
85 CommandListener::DumpCmd::DumpCmd() :
89 int CommandListener::DumpCmd::runCommand(SocketClient *cli,
115 CommandListener::VolumeCmd::VolumeCmd() :
119 int CommandListener::VolumeCmd::runCommand(SocketClient *cli,
213 CommandListener::StorageCmd::StorageCmd() :
217 int CommandListener
[all...]
/system/netd/
H A DCommandListener.h34 class CommandListener : public FrameworkListener { class in inherits:FrameworkListener
47 CommandListener();
48 virtual ~CommandListener() {}
H A DCommandListener.cpp30 #define LOG_TAG "CommandListener"
36 #include "CommandListener.h"
46 TetherController *CommandListener::sTetherCtrl = NULL;
47 NatController *CommandListener::sNatCtrl = NULL;
48 PppController *CommandListener::sPppCtrl = NULL;
49 SoftapController *CommandListener::sSoftapCtrl = NULL;
50 BandwidthController * CommandListener::sBandwidthCtrl = NULL;
51 IdletimerController * CommandListener::sIdletimerCtrl = NULL;
52 InterfaceController *CommandListener::sInterfaceCtrl = NULL;
53 ResolverController *CommandListener
126 CommandListener::CommandListener() : function in class:CommandListener
[all...]

Completed in 69 milliseconds