Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnci_defs.h82 #define NCI_OID_MASK 0x3F macro
110 (oid) = (*(p)&NCI_OID_MASK); \
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc382 oid = ((*pp) & NCI_OID_MASK); in nfc_ncif_process_event()
401 oid = ((*pp) & NCI_OID_MASK); in nfc_ncif_process_event()
404 old_oid = ((*p_old) & NCI_OID_MASK); in nfc_ncif_process_event()