OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_state
(Results
1 - 6
of
6
) 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)
797
if (p_pipe->
pipe_state
== NFA_HCI_PIPE_OPENED)
880
if (p_pipe->
pipe_state
== NFA_HCI_PIPE_OPENED)
[
all
...]
nfa_hci_utils.c
181
if ((p_gate->pipe_inx_mask & mask) && (pp->
pipe_state
== NFA_HCI_PIPE_OPENED))
539
p_pipe->
pipe_state
= NFA_HCI_PIPE_CLOSED;
581
p_pipe->
pipe_state
= NFA_HCI_PIPE_CLOSED;
[
all
...]
nfa_hci_main.c
328
if ( (nfa_hci_cb.cfg.dyn_pipes[xx].
pipe_state
!= NFA_HCI_PIPE_OPENED)
329
&&(nfa_hci_cb.cfg.dyn_pipes[xx].
pipe_state
!= NFA_HCI_PIPE_CLOSED))
[
all
...]
nfa_hci_api.c
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_hci_api.h
83
tNFA_HCI_PIPE_STATE
pipe_state
; /* State of the Pipe */
member in struct:__anon20579
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
322
tNFA_HCI_PIPE_STATE
pipe_state
; /* State of the Pipe */
member in struct:__anon20740
Completed in 51 milliseconds