Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp1007 NdefMap->Cmd.MfCmd = (phNfc_eMifareCmdList_t)p_data[0]; in Mfc_Transceive()
1018 status = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, NdefMap->Cmd, in Mfc_Transceive()
1023 NdefMap->Cmd.MfCmd = phNfc_eMifareWrite16; in Mfc_Transceive()
1028 status = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, NdefMap->Cmd, in Mfc_Transceive()
1034 NdefMap->Cmd.MfCmd = (phNfc_eMifareCmdList_t)p_data[0]; in Mfc_Transceive()
1039 status = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, NdefMap->Cmd, in Mfc_Transceive()
1045 NdefMap->Cmd.MfCmd = (phNfc_eMifareCmdList_t)p_data[0]; in Mfc_Transceive()
1055 status = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, NdefMap->Cmd, in Mfc_Transceive()
1060 NdefMap->Cmd.MfCmd = (phNfc_eMifareCmdList_t)phNfc_eMifareRaw; in Mfc_Transceive()
1064 status = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, NdefMap->Cmd, in Mfc_Transceive()
[all …]
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; \
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()
DphFriNfc_MifareStdMap.cpp405 NdefMap->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MifareStdMap_ChkNdef()
412 NdefMap->pTransceiveInfo, NdefMap->Cmd, NdefMap->SendRecvBuf, in phFriNfc_MifareStdMap_ChkNdef()
951 NdefMap->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MifStd_H_RdABlock()
955 NdefMap->pTransceiveInfo, NdefMap->Cmd, NdefMap->SendRecvBuf, in phFriNfc_MifStd_H_RdABlock()
1091 NdefMap->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MifStd_H_WrABlock()
1094 status = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, NdefMap->Cmd, in phFriNfc_MifStd_H_WrABlock()
1134 NdefMap->Cmd.MfCmd = phHal_eMifareAuthentA; in phFriNfc_MifStd_H_AuthSector()
1196 NdefMap->Cmd.MfCmd = phHal_eMifareAuthentB; in phFriNfc_MifStd_H_AuthSector()
1203 status = phFriNfc_ExtnsTransceive(NdefMap->pTransceiveInfo, NdefMap->Cmd, in phFriNfc_MifStd_H_AuthSector()
2262 NdefMap->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MifStd_H_WriteNdefLen()
[all …]
DphFriNfc_SmtCrdFmt.h106 phHal_uCmdList_t Cmd; /* Holds the Command Type(read/write) */ member
DphNxpExtns_MifareStd.h215 phNfc_uCmdList_t Cmd, uint8_t* SendRecvBuf,
DphFriNfc_NdefMap.h348 phNfc_uCmdList_t Cmd; member
/packages/modules/Virtualization/apkdmverity/src/
Ddm.rs44 nix::ioctl_readwrite!(_dm_dev_create, DM_IOCTL, Cmd::DM_DEV_CREATE, DmIoctl);
45 nix::ioctl_readwrite!(_dm_dev_suspend, DM_IOCTL, Cmd::DM_DEV_SUSPEND, DmIoctl);
46 nix::ioctl_readwrite!(_dm_table_load, DM_IOCTL, Cmd::DM_TABLE_LOAD, DmIoctl);
48 nix::ioctl_readwrite!(_dm_dev_remove, DM_IOCTL, Cmd::DM_DEV_REMOVE, DmIoctl);
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dsimple_stack.py167 class RawPortShell(cmd.Cmd):
173 cmd.Cmd.__init__(self)
202 cmd.Cmd.do_help(self, args)
Dsimple_link_layer_socket.py148 class RawPortShell(cmd.Cmd):
152 cmd.Cmd.__init__(self)
171 cmd.Cmd.do_help(self, args)
Dlink_layer_socket.py139 class LinkLayerShell(cmd.Cmd):
145 cmd.Cmd.__init__(self)
169 cmd.Cmd.do_help(self, args)
Dsend_simple_commands.py165 class RawPortShell(cmd.Cmd):
171 cmd.Cmd.__init__(self)
194 cmd.Cmd.do_help(self, args)
Dtest_channel.py141 class TestChannelShell(cmd.Cmd):
154 cmd.Cmd.__init__(self)
275 cmd.Cmd.do_help(self, args)
Dhci_socket.py287 class HCIShell(cmd.Cmd):
293 cmd.Cmd.__init__(self)
407 cmd.Cmd.do_help(self, args)
/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/
Dsnoop.rs169 logger.log(Type::Cmd, Direction::Down, cmd.to_bytes()).await; in provide_snooped_hal()
232 Cmd = 1, enumerator
282 if let Type::Cmd | Type::Evt = t { in log()
/packages/modules/Gki/build/
Dgki.go172 Cmd: proptools.StringPtr(g.createApexManifestCmd(overrideApexVersion)),
185 Cmd: proptools.StringPtr(`touch $(out)`),
Dproperties.go29 Cmd *string member
/packages/modules/Virtualization/apkdmverity/src/dm/
Dsys.rs27 pub enum Cmd { enum