Searched refs:source_gate (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_act.c | 627 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 …]
|
D | nfa_hci_utils.c | 934 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()
|
D | nfa_hci_api.c | 397 p_msg->source_gate = source_gate_id; in NFA_HciCreatePipe()
|
D | nfa_hci_main.c | 1011 evt_data.created.source_gate = nfa_hci_cb.local_gate_in_use; in nfa_hci_rsp_timeout()
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 184 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/ |
D | nfc_brcm_defs.h | 383 UINT8 source_gate; member
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 135 …UINT8 source_gate; /* DH host gate to which the one end of pipe i… member
|