Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/tools/bit/
Dcommand.h26 struct Command struct
49 string get_command_output(const Command& command, int* err, bool quiet=false); argument
Dcommand.cpp32 Command::Command(const string& prog) in Command() function in Command
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DLauncher.java36 public static abstract class Command { class in Launcher
39 public Command(String name) { in Command() method in Launcher.Command
/frameworks/base/cmds/svc/src/com/android/commands/svc/
DSvc.java21 public static abstract class Command { class in Svc
24 public Command(String name) { in Command() method in Svc.Command
/frameworks/native/cmds/lshal/
DCommand.h29 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command() function
/frameworks/base/tools/aapt2/cmd/
DCommand.h34 explicit Command(const android::StringPiece& name) : name_(name.to_string()), in Command() function
38 explicit Command(const android::StringPiece& name, const android::StringPiece& short_name) in Command() function
/frameworks/native/cmds/idlcli/
DCommandVibrator.cpp37 static const auto Command = CommandRegistry<IdlCli>::Register<CommandVibrator>("vibrator"); variable
/frameworks/native/cmds/idlcli/vibrator/
DCommandSupportsAmplitudeControl.cpp57 static const auto Command = variable
DCommandSupportsExternalControl.cpp57 static const auto Command = variable
DCommandGetCompositionDelayMax.cpp66 static const auto Command = variable
DCommandGetCapabilities.cpp64 static const auto Command = variable
DCommandGetCompositionSizeMax.cpp66 static const auto Command = variable
DCommandOff.cpp66 static const auto Command = CommandRegistry<CommandVibrator>::Register<CommandOff>("off"); variable
DCommandOn.cpp76 static const auto Command = CommandRegistry<CommandVibrator>::Register<CommandOn>("on"); variable
DCommandSetAmplitude.cpp77 static const auto Command = variable
DCommandSetExternalControl.cpp74 static const auto Command = variable
DCommandCompose.cpp97 static const auto Command = CommandRegistry<CommandVibrator>::Register<CommandCompose>("compose"); variable
DCommandPerform.cpp143 static const auto Command = CommandRegistry<CommandVibrator>::Register<CommandPerform>("perform"); variable
/frameworks/av/media/libmedia/include/media/
DIStreamSource.h50 enum Command { enum
/frameworks/av/services/audioflinger/
DFastThreadState.h33 typedef uint32_t Command; typedef
/frameworks/base/services/core/java/com/android/server/role/
DFinancialSmsManager.java215 private interface Command { interface in FinancialSmsManager
/frameworks/base/media/java/android/media/
DAsyncPlayer.java38 private static final class Command { class in AsyncPlayer
/frameworks/base/services/autofill/java/com/android/server/autofill/
DFieldClassificationStrategy.java296 private static interface Command { interface in FieldClassificationStrategy
/frameworks/base/services/core/java/com/android/server/
DNativeDaemonConnector.java572 public static class Command { class in NativeDaemonConnector
576 public Command(String cmd, Object... args) { in Command() method in NativeDaemonConnector.Command
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java48 private static final class Command { class in NotificationPlayer

12