/frameworks/base/tools/bit/ |
D | command.h | 26 struct Command struct 49 string get_command_output(const Command& command, int* err, bool quiet=false); argument
|
D | command.cpp | 32 Command::Command(const string& prog) in Command() function in Command
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
D | Launcher.java | 36 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/ |
D | Svc.java | 21 public static abstract class Command { class in Svc 24 public Command(String name) { in Command() method in Svc.Command
|
/frameworks/base/tools/aapt2/cmd/ |
D | Command.h | 34 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/lshal/ |
D | Command.h | 30 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command() function
|
/frameworks/av/include/media/ |
D | IStreamSource.h | 50 enum Command { enum
|
/frameworks/av/media/libmedia/include/media/ |
D | IStreamSource.h | 50 enum Command { enum
|
/frameworks/av/services/audioflinger/ |
D | FastThreadState.h | 33 typedef uint32_t Command; typedef
|
/frameworks/base/services/core/java/com/android/server/role/ |
D | FinancialSmsManager.java | 215 private interface Command { interface in FinancialSmsManager
|
/frameworks/base/media/java/android/media/ |
D | AsyncPlayer.java | 39 private static final class Command { class in AsyncPlayer
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | FieldClassificationStrategy.java | 296 private static interface Command { interface in FieldClassificationStrategy
|
/frameworks/base/services/core/java/com/android/server/ |
D | NativeDaemonConnector.java | 571 public static class Command { class in NativeDaemonConnector 575 public Command(String cmd, Object... args) { in Command() method in NativeDaemonConnector.Command
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | NotificationPlayer.java | 48 private static final class Command { class in NotificationPlayer
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 447 private static abstract class Command { class in Content 451 public Command(Uri uri, int userId) { in Command() method in Content.Command
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
D | TextGraphReader.java | 48 private interface Command { interface in TextGraphReader
|
/frameworks/base/tools/aapt/ |
D | Bundle.h | 22 typedef enum Command { enum 33 } Command; typedef
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GraphReader.java | 41 private static interface Command { interface in GraphReader
|
/frameworks/base/media/java/android/media/session/ |
D | MediaSession.java | 1506 private static final class Command { class in MediaSession 1511 Command(String command, Bundle extras, ResultReceiver stub) { in Command() method in MediaSession.Command
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 645 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry); typedef
|