Home | History | Annotate | Download | only in vold

Lines Matching refs:CommandListener

34 #include "CommandListener.h"
45 CommandListener::CommandListener() :
57 void CommandListener::dumpArgs(int argc, char **argv, int argObscure) {
85 void CommandListener::dumpArgs(int /*argc*/, char ** /*argv*/, int /*argObscure*/) { }
88 CommandListener::DumpCmd::DumpCmd() :
92 int CommandListener::DumpCmd::runCommand(SocketClient *cli,
117 CommandListener::VolumeCmd::VolumeCmd() :
121 int CommandListener::VolumeCmd::runCommand(SocketClient *cli,
227 CommandListener::StorageCmd::StorageCmd() :
231 int CommandListener::StorageCmd::runCommand(SocketClient *cli,
233 /* Guarantied to be initialized by vold's main() before the CommandListener is active */
294 CommandListener::AsecCmd::AsecCmd() :
298 void CommandListener::AsecCmd::listAsecsInDirectory(SocketClient *cli, const char *directory) {
336 int CommandListener::AsecCmd::runCommand(SocketClient *cli,
474 CommandListener::ObbCmd::ObbCmd() :
478 int CommandListener::ObbCmd::runCommand(SocketClient *cli,
538 CommandListener::CryptfsCmd::CryptfsCmd() :
557 int CommandListener::CryptfsCmd::runCommand(SocketClient *cli,
721 CommandListener::FstrimCmd::FstrimCmd() :
724 int CommandListener::FstrimCmd::runCommand(SocketClient *cli,