OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_HCI_MAX_PIPE_CB
(Results
1 - 7
of
7
) sorted by null
/external/libnfc-nci/src/include/
nfc_target.h
541
#ifndef
NFA_HCI_MAX_PIPE_CB
542
#define
NFA_HCI_MAX_PIPE_CB
0x08
/external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c
55
for ( ; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
151
for ( ; xx <
NFA_HCI_MAX_PIPE_CB
; xx++)
178
for ( ; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
468
for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes ; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
617
for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
652
for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
684
for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
785
for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
874
for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
[
all
...]
nfa_hci_main.c
304
for (xx = 0; (pipe_inx_mask && (xx <
NFA_HCI_MAX_PIPE_CB
)); xx++,pipe_inx_mask >>= 1)
315
if (xx ==
NFA_HCI_MAX_PIPE_CB
)
319
for (xx = 0; xx <
NFA_HCI_MAX_PIPE_CB
; xx++)
343
for (yy = xx + 1; yy <
NFA_HCI_MAX_PIPE_CB
; yy++)
377
for (xx = 0; (pipe_inx_mask && (xx <
NFA_HCI_MAX_PIPE_CB
)); xx++,pipe_inx_mask >>= 1)
390
if (xx ==
NFA_HCI_MAX_PIPE_CB
)
[
all
...]
nfa_hci_api.c
[
all
...]
nfa_hci_act.c
433
for ( yy = 0; yy <
NFA_HCI_MAX_PIPE_CB
; yy++, pp++)
443
for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx <
NFA_HCI_MAX_PIPE_CB
; xx++, pp++)
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_hci_api.h
109
tNFA_HCI_PIPE_INFO pipe[
NFA_HCI_MAX_PIPE_CB
]; /* List of pipe created for the application */
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
412
tNFA_HCI_DYN_PIPE dyn_pipes[
NFA_HCI_MAX_PIPE_CB
];
Completed in 201 milliseconds