Home
last modified time | relevance | path

Searched refs:Cmd (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/build/soong/ui/build/
H A Dexec.go29 type Cmd struct { struct
30 *exec.Cmd anonMember
43 ret := &Cmd{
56 func (c *Cmd) prepare() {
68 func (c *Cmd) report() {
85 return c.Cmd.Start()
88 func (c *Cmd) Run() error {
90 err := c.Cmd.Run()
109 func (c *Cmd) Wait() error {
110 err := c.Cmd.Wait()
[all …]
H A Dsandbox_darwin.go40 func (c *Cmd) sandboxSupported() bool {
50 func (c *Cmd) wrapSandbox() {
H A Dsandbox_linux.go63 func (c *Cmd) sandboxSupported() bool {
145 func (c *Cmd) wrapSandbox() {
H A Dbazel.go181 …cit command line: " + strings.Join(cmd.Environment.Environ(), " ") + " " + cmd.Cmd.String() + "\n")
184 …ctx.Println("Bazel explicit command line: " + bazelEnvStringBuffer.String() + cmd.Cmd.String() + "…
/aosp12/system/teeui/libteeui/include/teeui/
H A Dgeneric_messages.h41 template <Protocol Proto, typename CmdT, CmdT cmd> struct Cmd {}; struct
46 #define DECLARE_GENERIC_COMMAND(cmd) using Cmd##cmd = Cmd<kProtoGeneric, Command, Command::cmd>
63 inline WriteStream write(WriteStream out, Cmd<proto, CmdT, cmd>) { in write()
82 std::tuple<ReadStream, Fields...> read(Message<Cmd<proto, CmdT, cmd>, Fields...>, ReadStream in) { in read()
87 struct msg2tuple<Message<Cmd<proto, CmdT, cmd>, T...>> {
/aosp12/system/logging/logd/
H A DCommandListener.h42 class name##Cmd : public FrameworkCommand { \
44 explicit name##Cmd(CommandListener* parent) \
46 virtual ~name##Cmd() {} \
/aosp12/system/extras/simpleperf/
H A DRecordReadThread.h157 enum Cmd { enum
165 bool SendCmdToReadThread(Cmd cmd, void* cmd_arg);
171 Cmd GetCmd();
198 Cmd cmd_;
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphNxpExtns_MifareStd.cpp1023 NdefMap->Cmd.MfCmd = phNfc_eMifareWrite16; in Mfc_Transceive()
1874 pTransceiveInfo->cmd = Cmd; in phFriNfc_ExtnsTransceive()
1876 if ((Cmd.MfCmd == phNfc_eMifareAuthentA) || in phFriNfc_ExtnsTransceive()
1877 (Cmd.MfCmd == phNfc_eMifareAuthentB)) { in phFriNfc_ExtnsTransceive()
1886 pTransceiveInfo->cmd.MfCmd = Cmd.MfCmd; in phFriNfc_ExtnsTransceive()
1891 } else if (Cmd.MfCmd == phNfc_eMifareWrite16) { in phFriNfc_ExtnsTransceive()
1901 } else if ((Cmd.MfCmd == phNfc_eMifareInc) || in phFriNfc_ExtnsTransceive()
1902 (Cmd.MfCmd == phNfc_eMifareDec)) { in phFriNfc_ExtnsTransceive()
1914 } else if (Cmd.MfCmd == phNfc_eMifareRestore) { in phFriNfc_ExtnsTransceive()
1927 } else if ((Cmd.MfCmd == phNfc_eMifareRaw) || in phFriNfc_ExtnsTransceive()
[all …]
H A DphFriNfc_MifStdFormat.h183 NdefSmtCrdFmt->Cmd.MfCmd = ((NdefSmtCrdFmt->AddInfo.MfStdInfo.AuthState == \
198 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentA; \
210 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentA; \
222 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentB; \
H A DphFriNfc_MifStdFormat.cpp354 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MfStd_H_FillSendBuf()
362 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf()
397 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf()
407 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf()
426 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf()
495 NdefSmtCrdFmt->pTransceiveInfo, NdefSmtCrdFmt->Cmd, in phFriNfc_MfStd_H_Transceive()
H A DphFriNfc_SmtCrdFmt.h106 phHal_uCmdList_t Cmd; /* Holds the Command Type(read/write) */ member
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dsimple_stack.py167 class RawPortShell(cmd.Cmd):
173 cmd.Cmd.__init__(self)
202 cmd.Cmd.do_help(self, args)
H A Dlink_layer_socket.py139 class LinkLayerShell(cmd.Cmd):
145 cmd.Cmd.__init__(self)
169 cmd.Cmd.do_help(self, args)
H A Dsimple_link_layer_socket.py148 class RawPortShell(cmd.Cmd):
152 cmd.Cmd.__init__(self)
171 cmd.Cmd.do_help(self, args)
H A Dsend_simple_commands.py165 class RawPortShell(cmd.Cmd):
171 cmd.Cmd.__init__(self)
194 cmd.Cmd.do_help(self, args)
H A Dtest_channel.py141 class TestChannelShell(cmd.Cmd):
154 cmd.Cmd.__init__(self)
275 cmd.Cmd.do_help(self, args)
H A Dhci_socket.py287 class HCIShell(cmd.Cmd):
293 cmd.Cmd.__init__(self)
407 cmd.Cmd.do_help(self, args)
/aosp12/build/soong/java/
H A Dprebuilt_apis.go114 Cmd *string
119 genruleProps.Cmd = proptools.StringPtr("cp $(in) $(out)")
126 Cmd *string
131 props.Cmd = proptools.StringPtr("touch $(genDir)/" + name)
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dmsg_formatting.h112 struct Cmd {};
114 #define DECLARE_COMMAND(cmd) using cmd##_t = Cmd<Command::cmd>
373 WriteStream write(WriteStream out, Cmd<cmd>) {
385 std::tuple<ReadStream, bool> read(Message<Cmd<cmd>>, ReadStream in) {
400 WriteStream write(Message<Cmd<cmd>, Tail...>, WriteStream out, const Tail&... tail) {
406 std::tuple<ReadStream, bool, HEAD, Tail...> read(Message<Cmd<cmd>, HEAD, Tail...>, ReadStream in) {
441 struct msg2tuple<Message<Cmd<cmd>, T...>> {
/aosp12/system/teeui/libteeui/include/secure_input/
H A Dsecure_input_proto.h48 using Cmd##cmd = ::teeui::Cmd<kSecureInputProto, SecureInputCommand, SecureInputCommand::cmd>
/aosp12/build/soong/genrule/
H A Dgenrule.go127 Cmd *string member
385 for _, task := range g.taskGenerator(ctx, String(g.properties.Cmd), srcFiles) {
810 Cmd string member
850 if m.properties.Cmd != nil {
851 cmd = strings.Replace(*m.properties.Cmd, "$(in)", "$(SRCS)", -1)
882 Cmd: cmd,
/aosp12/system/bt/gd/rust/hal/src/
H A Dsnoop.rs157 logger.log(Type::Cmd, Direction::Down, cmd.to_bytes()).await; in provide_snooped_hal()
205 Cmd = 1, enumerator
255 if let Type::Cmd | Type::Evt = t { in log()
/aosp12/packages/modules/Gki/build/
H A Dproperties.go29 Cmd *string member
H A Dgki.go172 Cmd: proptools.StringPtr(g.createApexManifestCmd(overrideApexVersion)),
185 Cmd: proptools.StringPtr(`touch $(out)`),
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Core.h756 Cmd, \
761 Cmd, \

12