/aosp12/system/iorap/src/prefetcher/ |
H A D | prefetcher_daemon.h | 68 struct Command { struct 69 CommandChoice choice; argument 84 static std::optional<Command> Read(char* buf, size_t buf_size, /*out*/size_t* consumed_bytes); argument 94 std::ostream& operator<<(std::ostream& os, const Command& command); argument
|
/aosp12/frameworks/base/tools/bit/ |
H A D | command.h | 26 struct Command struct 49 string get_command_output(const Command& command, int* err, bool quiet=false); argument
|
/aosp12/system/vold/bench/inodeop_bench/ |
H A D | inodeop_bench.cpp | 69 struct Command { struct 84 Command() { reset(); } in Command() argument 88 string_repr << "Command {\n"; in to_string() argument 114 void print_commands(const std::vector<Command>& commands) { in print_commands() argument
|
/aosp12/system/netd/netutils_wrappers/ |
H A D | NetUtilsWrapperTest-1.0.cpp | 30 struct Command { struct 35 std::vector<Command> COMMANDS = { argument
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | EvsStateControl.h | 71 struct Command { struct 84 void postCommand(const Command& cmd, bool clear = false); argument
|
/aosp12/build/soong/cmd/sbox/sbox_proto/ |
H A D | sbox.pb.go | 75 type Command struct { struct 78 …fore []*Copy `protobuf:"bytes,1,rep,name=copy_before,json=copyBefore" json:"copy_before,omitempty"` 81 Chdir *bool `protobuf:"varint,2,opt,name=chdir" json:"chdir,omitempty"` 83 Command *string `protobuf:"bytes,3,req,name=command" json:"command,omitempty"` member 86 …pyAfter []*Copy `protobuf:"bytes,4,rep,name=copy_after,json=copyAfter" json:"copy_after,omitempty"` 89 …putHash *string `protobuf:"bytes,5,opt,name=input_hash,json=inputHash" json:"input_hash,omitempty"` 92 … []*RspFile `protobuf:"bytes,6,rep,name=rsp_files,json=rspFiles" json:"rsp_files,omitempty"` 93 XXX_NoUnkeyedLiteral struct{} `json:"-"` 94 XXX_unrecognized []byte `json:"-"` 95 XXX_sizecache int32 `json:"-"`
|
/aosp12/system/bt/gd/hci/ |
H A D | le_address_manager.h | 110 struct Command { struct 111 CommandType command_type; argument 112 std::unique_ptr<CommandBuilder> command_packet; argument
|
/aosp12/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
H A D | Launcher.java | 36 public static abstract class Command { class in Launcher 39 public Command(String name) { in Command() method in Launcher.Command
|
/aosp12/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
H A D | Svc.java | 21 public static abstract class Command { class in Svc 24 public Command(String name) { in Command() method in Svc.Command
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A 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
|
/aosp12/frameworks/native/cmds/lshal/ |
H A D | Command.h | 29 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command() function
|
/aosp12/packages/modules/adb/daemon/ |
H A D | shell_service.h | 51 using Command = int(std::string_view args, borrowed_fd in, borrowed_fd out, borrowed_fd err); variable
|
/aosp12/frameworks/native/cmds/idlcli/ |
H A D | CommandVibrator.cpp | 37 static const auto Command = CommandRegistry<IdlCli>::Register<CommandVibrator>("vibrator"); variable
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/commandline/ |
H A D | Command.java | 23 public interface Command { interface
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
H A D | qcamera_test.h | 253 struct Command { struct 257 Command() in Command() argument 260 Commands_e cmd; argument 272 Command getCommand(sp<CameraContext> currentCamera); argument
|
/aosp12/frameworks/native/cmds/idlcli/vibrator/ |
H A D | CommandSupportsAmplitudeControl.cpp | 57 static const auto Command = variable
|
H A D | CommandSupportsExternalControl.cpp | 57 static const auto Command = variable
|
H A D | CommandGetCapabilities.cpp | 64 static const auto Command = variable
|
H A D | CommandGetCompositionDelayMax.cpp | 66 static const auto Command = variable
|
H A D | CommandGetCompositionSizeMax.cpp | 66 static const auto Command = variable
|
H A D | CommandGetFrequencyMinimum.cpp | 66 static const auto Command = variable
|
H A D | CommandGetFrequencyResolution.cpp | 67 static const auto Command = variable
|
H A D | CommandGetPwleCompositionSizeMax.cpp | 66 static const auto Command = variable
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | IStreamSource.h | 50 enum Command { enum
|
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/testing/ |
H A D | DiffScriptProcessor.java | 223 private static class Command { class in DiffScriptProcessor 228 private Command(long count, long limit, boolean isRange) { in Command() method in DiffScriptProcessor.Command
|