Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc660 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED) { in nfa_hci_api_open_pipe()
707 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED) { in nfa_hci_api_get_reg_value()
756 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED) { in nfa_hci_api_set_reg_value()
1146 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_link_mgm_gate_cmd()
1183 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_pipe_open_close_cmd()
1215 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_cmd()
1294 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_cmd()
1295 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_cmd()
1475 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_rsp()
1476 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_rsp()
[all …]
Dnfa_hci_main.cc325 (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_state != NFA_HCI_PIPE_CLOSED)) in nfa_hci_is_valid_cfg()
373 (nfa_hci_cb.cfg.admin_gate.pipe01_state != NFA_HCI_PIPE_CLOSED)) in nfa_hci_is_valid_cfg()
378 (nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state != NFA_HCI_PIPE_CLOSED)) in nfa_hci_is_valid_cfg()
707 if (nfa_hci_cb.cfg.admin_gate.pipe01_state == NFA_HCI_PIPE_CLOSED) { in nfa_hci_conn_cback()
Dnfa_hci_utils.cc509 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED; in nfa_hciu_add_pipe_to_gate()
558 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED; in nfa_hciu_add_pipe_to_static_gate()
/system/nfc/src/nfa/include/
Dnfa_hci_api.h102 #define NFA_HCI_PIPE_CLOSED 0x00 /* Pipe is closed */ macro
Dnfa_hci_int.h85 #define NFA_HCI_PIPE_CLOSED 0x00 /* Pipe is closed */ macro