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
/system/nfc/src/nfa/include/
nfa_hci_defs.h
46
#define
NFA_HCI_FIRST_DYNAMIC_PIPE
0x02
/system/nfc/src/nfa/hci/
nfa_hci_api.c
425
if ((pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) ||
475
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) {
526
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) {
585
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) {
642
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) {
723
if (pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) {
787
if ((pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) ||
833
if ((pipe <
NFA_HCI_FIRST_DYNAMIC_PIPE
) ||
[
all
...]
nfa_hci_main.c
291
if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
302
if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
369
if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id <
NFA_HCI_FIRST_DYNAMIC_PIPE
)
700
if ((pipe >=
NFA_HCI_FIRST_DYNAMIC_PIPE
) &&
777
if (pipe >=
NFA_HCI_FIRST_DYNAMIC_PIPE
)
[
all
...]
nfa_hci_utils.c
585
if ((pp->pipe_id != 0) && (pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
) &&
622
if ((pp->pipe_id != 0) && (pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
) &&
774
if ((pp->pipe_id != 0) && (pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
) &&
[
all
...]
nfa_hci_act.c
433
} else if (pp->pipe_id >=
NFA_HCI_FIRST_DYNAMIC_PIPE
&&
[
all
...]
Completed in 167 milliseconds