Home
last modified time | relevance | path

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

1234

/aosp12/system/iorap/src/prefetcher/
H A Dprefetcher_daemon.h68 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 Dcommand.h26 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 Dinodeop_bench.cpp69 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 DNetUtilsWrapperTest-1.0.cpp30 struct Command { struct
35 std::vector<Command> COMMANDS = { argument
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DEvsStateControl.h71 struct Command { struct
84 void postCommand(const Command& cmd, bool clear = false); argument
/aosp12/build/soong/cmd/sbox/sbox_proto/
H A Dsbox.pb.go75 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 Dle_address_manager.h110 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 DLauncher.java36 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 DSvc.java21 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 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
/aosp12/frameworks/native/cmds/lshal/
H A DCommand.h29 explicit Command(Lshal& lshal) : mLshal(lshal) {} in Command() function
/aosp12/packages/modules/adb/daemon/
H A Dshell_service.h51 using Command = int(std::string_view args, borrowed_fd in, borrowed_fd out, borrowed_fd err); variable
/aosp12/frameworks/native/cmds/idlcli/
H A DCommandVibrator.cpp37 static const auto Command = CommandRegistry<IdlCli>::Register<CommandVibrator>("vibrator"); variable
/aosp12/packages/apps/Dialer/java/com/android/dialer/commandline/
H A DCommand.java23 public interface Command { interface
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.h253 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 DCommandSupportsAmplitudeControl.cpp57 static const auto Command = variable
H A DCommandSupportsExternalControl.cpp57 static const auto Command = variable
H A DCommandGetCapabilities.cpp64 static const auto Command = variable
H A DCommandGetCompositionDelayMax.cpp66 static const auto Command = variable
H A DCommandGetCompositionSizeMax.cpp66 static const auto Command = variable
H A DCommandGetFrequencyMinimum.cpp66 static const auto Command = variable
H A DCommandGetFrequencyResolution.cpp67 static const auto Command = variable
H A DCommandGetPwleCompositionSizeMax.cpp66 static const auto Command = variable
/aosp12/frameworks/av/media/libmedia/include/media/
H A DIStreamSource.h50 enum Command { enum
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/testing/
H A DDiffScriptProcessor.java223 private static class Command { class in DiffScriptProcessor
228 private Command(long count, long limit, boolean isRange) { in Command() method in DiffScriptProcessor.Command

1234