Searched refs:p_maps (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_main.c | 836 tNFC_STATUS NFC_DiscoveryMap (UINT8 num, tNFC_DISCOVER_MAPS *p_maps, in NFC_DiscoveryMap() argument 850 if (p_maps[xx].intf_type > NCI_INTERFACE_MAX) in NFC_DiscoveryMap() 854 if (nfc_cb.vs_interface[yy] == p_maps[xx].intf_type) in NFC_DiscoveryMap() 857 …NFC_TRACE_DEBUG3 ("[%d]: vs intf_type:0x%x is_supported:%d", xx, p_maps[xx].intf_type, is_supporte… in NFC_DiscoveryMap() 861 intf_mask = (1 << (p_maps[xx].intf_type)); in NFC_DiscoveryMap() 866 …NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, … in NFC_DiscoveryMap() 869 memcpy (&max_maps[num_intf++], &p_maps[xx], sizeof (tNFC_DISCOVER_MAPS)); in NFC_DiscoveryMap() 872 …NFC_TRACE_WARNING1 ("NFC_DiscoveryMap interface=0x%x is not supported by NFCC", p_maps[xx].intf_ty… in NFC_DiscoveryMap()
|
/external/libnfc-nci/src/nfc/nci/ |
D | nci_hmsgs.c | 450 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps) in nci_snd_discover_map_cmd() argument 475 UINT8_TO_STREAM (pp, p_maps[xx].protocol); in nci_snd_discover_map_cmd() 476 UINT8_TO_STREAM (pp, p_maps[xx].mode); in nci_snd_discover_map_cmd() 477 UINT8_TO_STREAM (pp, p_maps[xx].intf_type); in nci_snd_discover_map_cmd()
|
/external/libnfc-nci/src/nfc/include/ |
D | nci_hmsgs.h | 59 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps);
|
D | nfc_api.h | 979 NFC_API extern tNFC_STATUS NFC_DiscoveryMap(UINT8 num, tNFC_DISCOVER_MAPS *p_maps,
|