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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 577 UINT8 *p_old, old_gid, old_oid, old_mt; local
599 old_oid = ((*p_old) & NCI_OID_MASK);
601 if ((old_gid == gid) && (old_oid == op_code))
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 373 UINT8 *p_old, old_gid, old_oid, old_mt; local
393 old_oid = ((*p_old) & NCI_OID_MASK);
395 if ((old_gid != gid) || (old_oid != oid))
    [all...]

Completed in 564 milliseconds