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

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c627 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate);
636 NFA_TRACE_ERROR2 ("nfa_hci_api_create_pipe Cannot create pipe! APP: 0x%02x does not own the gate:0x%x", p_evt_data->create_pipe.hci_handle, p_evt_data->create_pipe.source_gate);
638 else if (nfa_hciu_check_pipe_between_gates (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate))
646 evt_data.created.source_gate = p_evt_data->create_pipe.source_gate;
659 nfa_hci_cb.local_gate_in_use = p_evt_data->create_pipe.source_gate;
664 nfa_hciu_send_create_pipe_cmd (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate);
1254 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; local
1280 STREAM_TO_UINT8 (source_gate, p_data);
1288 response = nfa_hciu_add_pipe_to_static_gate (dest_gate, pipe, source_host, source_gate);
1375 UINT8 source_gate = nfa_hci_cb.local_gate_in_use; local
[all...]
H A Dnfa_hci_utils.c934 tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate) argument
939 data[0] = source_gate;
943 NFA_TRACE_DEBUG3 ("nfa_hciu_send_create_pipe_cmd source_gate:%d, dest_host:%d, dest_gate:%d", source_gate, dest_host, dest_gate);
H A Dnfa_hci_api.c397 p_msg->source_gate = source_gate_id;
H A Dnfa_hci_main.c1011 evt_data.created.source_gate = nfa_hci_cb.local_gate_in_use;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h184 UINT8 source_gate; member in struct:__anon24179
500 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate);
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h135 UINT8 source_gate; /* DH host gate to which the one end of pipe is attached */ member in struct:__anon24034
/external/libnfc-nci/src/hal/int/
H A Dnfc_brcm_defs.h381 UINT8 source_gate; member in struct:__anon23934

Completed in 2051 milliseconds