Searched refs:intf_type (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c850 if (p_maps[xx].intf_type > NCI_INTERFACE_MAX)
854 if (nfc_cb.vs_interface[yy] == p_maps[xx].intf_type)
857 NFC_TRACE_DEBUG3 ("[%d]: vs intf_type:0x%x is_supported:%d", xx, p_maps[xx].intf_type, is_supported);
861 intf_mask = (1 << (p_maps[xx].intf_type));
866 NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, intf_mask, is_supported);
872 NFC_TRACE_WARNING1 ("NFC_DiscoveryMap interface=0x%x is not supported by NFCC", p_maps[xx].intf_type);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h292 tNFC_INTF_TYPE intf_type; member in struct:__anon24236
/external/libnfc-nci/src/hal/include/
H A Dnci_defs.h625 UINT8 intf_type; member in struct:__anon23909
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c477 UINT8_TO_STREAM (pp, p_maps[xx].intf_type);
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c1846 else if (!(p_nfa_dm_cfg->presence_check_option & NFA_DM_PCO_ISO_SLEEP_WAKE) && (nfa_rw_cb.intf_type == NFC_INTERFACE_ISO_DEP))
2595 nfa_rw_cb.intf_type = p_activate_params->intf_param.type;

Completed in 225 milliseconds