OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_HCI_FIRST_DYNAMIC_PIPE
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_hci_defs.h
46
#define
NFA_HCI_FIRST_DYNAMIC_PIPE
0x02
/external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c
422
if ((pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) || (pipe > NFA_HCI_LAST_DYNAMIC_PIPE))
472
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
527
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
588
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
649
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
733
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
797
if ((pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) || (pipe > NFA_HCI_LAST_DYNAMIC_PIPE))
[
all
...]
nfa_hci_main.c
310
if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
324
if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
383
if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
742
if ((pipe >=
NFA_HCI_FIRST_DYNAMIC_PIPE
) && (nfa_hci_cb.type == NFA_HCI_EVENT_TYPE))
824
if (pipe >=
NFA_HCI_FIRST_DYNAMIC_PIPE
)
[
all
...]
nfa_hci_utils.c
620
&&(pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
)
788
&&(pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
)
[
all
...]
Completed in 23 milliseconds