Searched defs:mt (Results 1 – 7 of 7) sorted by relevance
/system/nfc/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_nci.c | 498 uint8_t mt, pbf, gid, op_code; in nfc_hal_nci_preproc_rx_nci_msg() local 630 uint8_t mt, pbf, gid, op_code; in nci_brcm_check_cmd_create_hcp_connection() local
|
D | nfc_hal_api.c | 181 uint8_t mt; in HAL_NfcWrite() local
|
D | nfc_hal_dm.c | 582 uint8_t mt, pbf, gid, op_code; in nfc_hal_dm_proc_msg_during_init() local 781 uint8_t mt, pbf, gid, op_code; in nfc_hal_dm_proc_msg_during_exit() local
|
/system/nfc/src/adaptation/ |
D | debug_nfcsnoop.cc | 118 uint8_t mt = (*(p)&NCI_MT_MASK) >> NCI_MT_SHIFT; in nfcsnoop_capture() local
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.c | 286 struct mtget mt; in getfdtype() local
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 352 uint8_t mt, pbf, gid, *p, *pp; in nfc_ncif_process_event() local 1648 bool nfc_ncif_proc_proprietary_rsp(uint8_t mt, uint8_t gid, uint8_t oid) { in nfc_ncif_proc_proprietary_rsp()
|
/system/nfc/src/hal/include/ |
D | nci_defs.h | 115 #define NCI_MSG_BLD_HDR0(p, mt, gid) \ argument 118 #define NCI_MSG_PBLD_HDR0(p, mt, pbf, gid) \ argument 125 #define NCI_MSG_PRS_HDR0(p, mt, pbf, gid) \ argument 131 #define NCI_MSG_PRS_MT_PBF(p, mt, pbf) \ argument
|