Home
last modified time | relevance | path

Searched refs:source_gate (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c627 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe()
636 …s not own the gate:0x%x", p_evt_data->create_pipe.hci_handle, p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe()
638 …else if (nfa_hciu_check_pipe_between_gates (p_evt_data->create_pipe.source_gate, p_evt_data->creat… in nfa_hci_api_create_pipe()
646 evt_data.created.source_gate = p_evt_data->create_pipe.source_gate; in nfa_hci_api_create_pipe()
659 nfa_hci_cb.local_gate_in_use = p_evt_data->create_pipe.source_gate; in nfa_hci_api_create_pipe()
664 …nfa_hciu_send_create_pipe_cmd (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_h… in nfa_hci_api_create_pipe()
1254 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; in nfa_hci_handle_admin_gate_cmd() local
1280 STREAM_TO_UINT8 (source_gate, p_data); in nfa_hci_handle_admin_gate_cmd()
1288 response = nfa_hciu_add_pipe_to_static_gate (dest_gate, pipe, source_host, source_gate); in nfa_hci_handle_admin_gate_cmd()
1295 if (nfa_hciu_check_pipe_between_gates (dest_gate, source_host, source_gate)) in nfa_hci_handle_admin_gate_cmd()
[all …]
Dnfa_hci_utils.c934 tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate) in nfa_hciu_send_create_pipe_cmd() argument
939 data[0] = source_gate; in nfa_hciu_send_create_pipe_cmd()
943 …hciu_send_create_pipe_cmd source_gate:%d, dest_host:%d, dest_gate:%d", source_gate, dest_host, des… in nfa_hciu_send_create_pipe_cmd()
Dnfa_hci_api.c397 p_msg->source_gate = source_gate_id; in NFA_HciCreatePipe()
Dnfa_hci_main.c1011 evt_data.created.source_gate = nfa_hci_cb.local_gate_in_use; in nfa_hci_rsp_timeout()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h184 UINT8 source_gate; member
500 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_ga…
/external/libnfc-nci/src/hal/int/
Dnfc_brcm_defs.h383 UINT8 source_gate; member
/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h135 …UINT8 source_gate; /* DH host gate to which the one end of pipe i… member