OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intf_type
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
849
if (p_maps[xx].
intf_type
> NCI_INTERFACE_MAX)
853
if (nfc_cb.vs_interface[yy] == p_maps[xx].
intf_type
)
856
NFC_TRACE_DEBUG3 ("[%d]: vs
intf_type
:0x%x is_supported:%d", xx, p_maps[xx].
intf_type
, is_supported);
860
intf_mask = (1 << (p_maps[xx].
intf_type
));
865
NFC_TRACE_DEBUG4 ("[%d]:
intf_type
:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].
intf_type
, intf_mask, is_supported);
871
NFC_TRACE_WARNING1 ("NFC_DiscoveryMap interface=0x%x is not supported by NFCC", p_maps[xx].
intf_type
);
[
all
...]
/external/libnfc-nci/src/hal/include/
nci_defs.h
625
UINT8
intf_type
;
member in struct:__anon22225
/external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c
475
UINT8_TO_STREAM (pp, p_maps[xx].
intf_type
);
Completed in 34 milliseconds