OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_HCI_LAST_DYNAMIC_PIPE
(Results
1 - 5
of
5
) sorted by null
/system/nfc/src/nfa/include/
nfa_hci_defs.h
47
#define
NFA_HCI_LAST_DYNAMIC_PIPE
0x6F
/system/nfc/src/nfa/hci/
nfa_hci_utils.c
429
if (pipe_id >
NFA_HCI_LAST_DYNAMIC_PIPE
) return pp;
586
(pp->pipe_id <=
NFA_HCI_LAST_DYNAMIC_PIPE
) &&
623
(pp->pipe_id <=
NFA_HCI_LAST_DYNAMIC_PIPE
) &&
775
(pp->pipe_id <=
NFA_HCI_LAST_DYNAMIC_PIPE
) &&
807
if (pipe_id >
NFA_HCI_LAST_DYNAMIC_PIPE
) {
857
(pp->pipe_id >
NFA_HCI_LAST_DYNAMIC_PIPE
))))
915
if (pipe >
NFA_HCI_LAST_DYNAMIC_PIPE
) {
[
all
...]
nfa_hci_api.c
426
(pipe >
NFA_HCI_LAST_DYNAMIC_PIPE
)) {
788
(pipe >
NFA_HCI_LAST_DYNAMIC_PIPE
)) {
834
(pipe >
NFA_HCI_LAST_DYNAMIC_PIPE
)) {
[
all
...]
nfa_hci_main.c
[
all
...]
nfa_hci_act.c
434
pp->pipe_id <=
NFA_HCI_LAST_DYNAMIC_PIPE
&& pp->pipe_id &&
[
all
...]
Completed in 44 milliseconds