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 - 5
of
5
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_hci_defs.h
47
#define
NFA_HCI_FIRST_DYNAMIC_PIPE
0x02
/external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c
430
if ((pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) || (pipe > NFA_HCI_LAST_DYNAMIC_PIPE))
480
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
535
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
596
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
657
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
741
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
805
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
616
&&(pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
)
652
&&(pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
)
820
&&(pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
)
[
all
...]
nfa_hci_act.c
453
else if (pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
&& pp->pipe_id <= NFA_HCI_LAST_DYNAMIC_PIPE && pp->pipe_id && pp->local_gate >= NFA_HCI_FIRST_PROP_GATE && pp->local_gate <= NFA_HCI_LAST_PROP_GATE)
[
all
...]
Completed in 37 milliseconds