Home
last modified time | relevance | path

Searched refs:NCI_OID_MASK (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/hal/include/
Dnci_defs.h100 #define NCI_OID_MASK 0x3F macro
136 oid = (*(p)&NCI_OID_MASK); \
/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c604 old_oid = ((*p_old) & NCI_OID_MASK); in nfc_hal_dm_proc_msg_during_init()
801 old_oid = ((*p_old) & NCI_OID_MASK); in nfc_hal_dm_proc_msg_during_exit()
Dnfc_hal_nci.c75 *(p) &= NCI_OID_MASK; in nfc_hal_nci_assemble_nci_msg()
/system/nfc/src/nfc/nfc/
Dnfc_ncif.c346 oid = ((*pp) & NCI_OID_MASK); in nfc_ncif_process_event()
349 old_oid = ((*p_old) & NCI_OID_MASK); in nfc_ncif_process_event()