HomeSort by relevance Sort by last modified time
    Searched refs:CryptCommandListener (Results 1 - 4 of 4) sorted by null

  /system/vold/
CryptCommandListener.h 24 class CryptCommandListener : public FrameworkListener {
26 CryptCommandListener();
27 virtual ~CryptCommandListener() {}
CryptCommandListener.cpp 47 #include "CryptCommandListener.h"
56 CryptCommandListener::CryptCommandListener() :
62 void CryptCommandListener::dumpArgs(int argc, char **argv, int argObscure) {
90 void CryptCommandListener::dumpArgs(int /*argc*/, char ** /*argv*/, int /*argObscure*/) { }
93 int CryptCommandListener::sendGenericOkFailOnBool(SocketClient *cli, bool success) {
101 CryptCommandListener::CryptfsCmd::CryptfsCmd() :
172 int CryptCommandListener::CryptfsCmd::runCommand(SocketClient *cli,
Android.mk 6 CryptCommandListener.cpp \
main.cpp 20 #include "CryptCommandListener.h"
65 CryptCommandListener *ccl;
100 ccl = new CryptCommandListener();
130 PLOG(ERROR) << "Unable to start CryptCommandListener";

Completed in 179 milliseconds