Searched refs:old_gid (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c621 UINT8 *p_old, old_gid, old_oid, old_mt; local
642 NCI_MSG_PRS_HDR0 (p_old, old_mt, pbf, old_gid);
645 if ((old_gid == gid) && (old_oid == op_code))
834 UINT8 *p_old, old_gid, old_oid, old_mt; local
853 NCI_MSG_PRS_HDR0 (p_old, old_mt, pbf, old_gid);
856 if ((old_gid == gid) && (old_oid == op_code))
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c373 UINT8 *p_old, old_gid, old_oid, old_mt; local
392 NCI_MSG_PRS_HDR0(p_old, old_mt, pbf, old_gid);
395 if ((old_gid != gid) || (old_oid != oid))

Completed in 108 milliseconds