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

  /system/vold/
VoldCommand.cpp 17 #include "VoldCommand.h"
19 VoldCommand::VoldCommand(const char *cmd) :
VoldCommand.h 22 class VoldCommand : public FrameworkCommand {
24 VoldCommand(const char *cmd);
25 virtual ~VoldCommand() {}
CommandListener.h 21 #include "VoldCommand.h"
31 class DumpCmd : public VoldCommand {
38 class VolumeCmd : public VoldCommand {
45 class AsecCmd : public VoldCommand {
54 class ObbCmd : public VoldCommand {
61 class StorageCmd : public VoldCommand {
68 class XwarpCmd : public VoldCommand {
75 class CryptfsCmd : public VoldCommand {
Android.mk 6 VoldCommand.cpp \
CommandListener.cpp 82 VoldCommand("dump") {
112 VoldCommand("volume") {
210 VoldCommand("storage") {
261 VoldCommand("asec") {
429 VoldCommand("obb") {
493 VoldCommand("xwarp") {
536 VoldCommand("cryptfs") {

Completed in 120 milliseconds