Searched defs:CryptCommandListener (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DCryptCommandListener.h24 class CryptCommandListener : public FrameworkListener { class in inherits:FrameworkListener
26 CryptCommandListener();
27 virtual ~CryptCommandListener() {}
H A DCryptCommandListener.cpp48 #include "CryptCommandListener.h"
57 CryptCommandListener::CryptCommandListener() : function in class:CryptCommandListener
63 void CryptCommandListener::dumpArgs(int argc, char **argv, int argObscure) {
91 void CryptCommandListener::dumpArgs(int /*argc*/, char ** /*argv*/, int /*argObscure*/) { }
94 int CryptCommandListener::sendGenericOkFailOnBool(SocketClient *cli, bool success) {
102 CryptCommandListener::CryptfsCmd::CryptfsCmd() :
173 int CryptCommandListener::CryptfsCmd::runCommand(SocketClient *cli,

Completed in 47 milliseconds