Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c461 UINT8 *p_old, old_gid, old_oid, old_mt; in nfc_hal_dm_proc_msg_during_init() local
483 old_oid = ((*p_old) & NCI_OID_MASK); in nfc_hal_dm_proc_msg_during_init()
485 if ((old_gid == gid) && (old_oid == op_code)) in nfc_hal_dm_proc_msg_during_init()
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c370 UINT8 *p_old, old_gid, old_oid, old_mt; in nfc_ncif_process_event() local
390 old_oid = ((*p_old) & NCI_OID_MASK); in nfc_ncif_process_event()
392 if ((old_gid != gid) || (old_oid != oid)) in nfc_ncif_process_event()