/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
D | phNxpExtns_MifareStd.cpp | 1007 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 …]
|
D | phFriNfc_MifStdFormat.h | 183 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; \
|
D | phFriNfc_MifStdFormat.cpp | 354 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()
|
D | phFriNfc_MifareStdMap.cpp | 405 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 …]
|
D | phFriNfc_SmtCrdFmt.h | 106 phHal_uCmdList_t Cmd; /* Holds the Command Type(read/write) */ member
|
D | phNxpExtns_MifareStd.h | 215 phNfc_uCmdList_t Cmd, uint8_t* SendRecvBuf,
|
D | phFriNfc_NdefMap.h | 348 phNfc_uCmdList_t Cmd; member
|
/packages/modules/Virtualization/apkdmverity/src/ |
D | dm.rs | 44 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/ |
D | simple_stack.py | 167 class RawPortShell(cmd.Cmd): 173 cmd.Cmd.__init__(self) 202 cmd.Cmd.do_help(self, args)
|
D | simple_link_layer_socket.py | 148 class RawPortShell(cmd.Cmd): 152 cmd.Cmd.__init__(self) 171 cmd.Cmd.do_help(self, args)
|
D | link_layer_socket.py | 139 class LinkLayerShell(cmd.Cmd): 145 cmd.Cmd.__init__(self) 169 cmd.Cmd.do_help(self, args)
|
D | send_simple_commands.py | 165 class RawPortShell(cmd.Cmd): 171 cmd.Cmd.__init__(self) 194 cmd.Cmd.do_help(self, args)
|
D | test_channel.py | 141 class TestChannelShell(cmd.Cmd): 154 cmd.Cmd.__init__(self) 275 cmd.Cmd.do_help(self, args)
|
D | hci_socket.py | 287 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/ |
D | snoop.rs | 169 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/ |
D | gki.go | 172 Cmd: proptools.StringPtr(g.createApexManifestCmd(overrideApexVersion)), 185 Cmd: proptools.StringPtr(`touch $(out)`),
|
D | properties.go | 29 Cmd *string member
|
/packages/modules/Virtualization/apkdmverity/src/dm/ |
D | sys.rs | 27 pub enum Cmd { enum
|