Home
last modified time | relevance | path

Searched refs:pipe_in_use (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_main.c952 evt_data.rcvd_evt.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
970 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
971 evt_data.registry.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
982 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
983 evt_data.registry.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
994 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
995 evt_data.opened.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1004 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1005 evt_data.closed.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1010 evt_data.created.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
[all …]
Dnfa_hci_act.c921 nfa_hci_cb.pipe_in_use = p_evt_data->send_cmd.pipe; in nfa_hci_api_send_cmd()
1045 nfa_hci_cb.pipe_in_use = p_evt_data->send_evt.pipe; in nfa_hci_api_send_event()
1063 nfa_hci_cb.pipe_in_use = p_evt_data->send_evt.pipe; in nfa_hci_api_send_event()
1388 …nfa_hci_cb.cmd_sent), nfa_hci_cb.app_in_use, nfa_hci_cb.local_gate_in_use, nfa_hci_cb.pipe_in_use); in nfa_hci_handle_admin_gate_rsp()
1391 … nfa_hci_cb.cmd_sent, nfa_hci_cb.app_in_use, nfa_hci_cb.local_gate_in_use, nfa_hci_cb.pipe_in_use); in nfa_hci_handle_admin_gate_rsp()
1602 nfa_hciu_release_pipe (nfa_hci_cb.pipe_in_use); in nfa_hci_handle_admin_gate_rsp()
1608 evt_data.deleted.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_handle_admin_gate_rsp()
1623 evt_data.deleted.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_handle_admin_gate_rsp()
1629 nfa_hciu_release_pipe (nfa_hci_cb.pipe_in_use); in nfa_hci_handle_admin_gate_rsp()
1634 nfa_hciu_release_pipe (nfa_hci_cb.pipe_in_use); in nfa_hci_handle_admin_gate_rsp()
Dnfa_hci_utils.c970 nfa_hci_cb.pipe_in_use = pipe; in nfa_hciu_send_delete_pipe_cmd()
1015 nfa_hci_cb.pipe_in_use = pipe; in nfa_hciu_send_open_pipe_cmd()
1035 nfa_hci_cb.pipe_in_use = pipe; in nfa_hciu_send_close_pipe_cmd()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h390 …UINT8 pipe_in_use; /* The pipe currently working … member