Home
last modified time | relevance | path

Searched refs:tNCI_DISCOVER_MAPS (Results 1 – 8 of 8) sorted by relevance

/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_cfg.c78 const tNCI_DISCOVER_MAPS nfa_dm_interface_mapping[NFA_DM_NUM_INTERFACE_MAP] =
93 tNCI_DISCOVER_MAPS *p_nfa_dm_interface_mapping = NULL;
/external/libnfc-nci/src/nfc/include/
Dnci_hmsgs.h59 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps);
Dnfc_api.h153 typedef tNCI_DISCOVER_MAPS tNFC_DISCOVER_MAPS;
/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c71 static const tNCI_DISCOVER_MAPS nfc_interface_mapping[NFC_NUM_INTERFACE_MAP] =
263 NFC_DiscoveryMap (nfc_cb.num_disc_maps, (tNCI_DISCOVER_MAPS *) nfc_cb.p_disc_maps, NULL); in nfc_enabled()
882 return nci_snd_discover_map_cmd (num_intf, (tNCI_DISCOVER_MAPS *) max_maps); in NFC_DiscoveryMap()
/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c450 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps) in nci_snd_discover_map_cmd()
457 size = num * sizeof (tNCI_DISCOVER_MAPS) + 1; in nci_snd_discover_map_cmd()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h175 const tNCI_DISCOVER_MAPS *p_disc_maps; /* NCI RF Discovery interface mapping */
/external/libnfc-nci/src/hal/include/
Dnci_defs.h607 } tNCI_DISCOVER_MAPS; typedef
/external/libnfc-nci/src/nfa/int/
Dnfa_dm_int.h542 extern tNCI_DISCOVER_MAPS *p_nfa_dm_interface_mapping;