Searched refs:NFA_HCI_PIPE_CLOSED (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c692 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED)
744 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED)
794 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED)
1195 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED;
1237 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED;
1270 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED;
1337 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED;
1338 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED;
1494 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED;
1495 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED;
[all...]
H A Dnfa_hci_main.c329 &&(nfa_hci_cb.cfg.dyn_pipes[xx].pipe_state != NFA_HCI_PIPE_CLOSED))
368 &&(nfa_hci_cb.cfg.admin_gate.pipe01_state != NFA_HCI_PIPE_CLOSED))
373 &&(nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state != NFA_HCI_PIPE_CLOSED))
681 if (nfa_hci_cb.cfg.admin_gate.pipe01_state == NFA_HCI_PIPE_CLOSED)
H A Dnfa_hci_utils.c535 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED;
577 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h75 #define NFA_HCI_PIPE_CLOSED 0x00 /* Pipe is closed */ macro
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h63 #define NFA_HCI_PIPE_CLOSED 0x00 /* Pipe is closed */ macro

Completed in 374 milliseconds