HomeSort by relevance Sort by last modified time
    Searched refs:NCI_OID_MASK (Results 1 - 4 of 4) sorted by null

  /system/nfc/src/hal/include/
nci_defs.h 100 #define NCI_OID_MASK 0x3F
136 oid = (*(p)&NCI_OID_MASK); \
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 604 old_oid = ((*p_old) & NCI_OID_MASK);
801 old_oid = ((*p_old) & NCI_OID_MASK);
    [all...]
nfc_hal_nci.c 75 *(p) &= NCI_OID_MASK;
  /system/nfc/src/nfc/nfc/
nfc_ncif.c 346 oid = ((*pp) & NCI_OID_MASK);
349 old_oid = ((*p_old) & NCI_OID_MASK);
    [all...]

Completed in 114 milliseconds