OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_HCI_PIPE_CLOSED
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
653
if (p_pipe->pipe_state ==
NFA_HCI_PIPE_CLOSED
)
705
if (p_pipe->pipe_state ==
NFA_HCI_PIPE_CLOSED
)
755
if (p_pipe->pipe_state ==
NFA_HCI_PIPE_CLOSED
)
[
all
...]
nfa_hci_main.c
325
&&(nfa_hci_cb.cfg.dyn_pipes[xx].pipe_state !=
NFA_HCI_PIPE_CLOSED
))
364
&&(nfa_hci_cb.cfg.admin_gate.pipe01_state !=
NFA_HCI_PIPE_CLOSED
))
369
&&(nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state !=
NFA_HCI_PIPE_CLOSED
))
674
if (nfa_hci_cb.cfg.admin_gate.pipe01_state ==
NFA_HCI_PIPE_CLOSED
)
[
all
...]
nfa_hci_utils.c
537
p_pipe->pipe_state =
NFA_HCI_PIPE_CLOSED
;
579
p_pipe->pipe_state =
NFA_HCI_PIPE_CLOSED
;
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_hci_api.h
75
#define
NFA_HCI_PIPE_CLOSED
0x00 /* Pipe is closed */
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
63
#define
NFA_HCI_PIPE_CLOSED
0x00 /* Pipe is closed */
Completed in 1401 milliseconds