Home
last modified time | relevance | path

Searched refs:p_pipe (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c54 static void nfa_hci_handle_identity_mgmt_gate_pkt (UINT8 *p_data, tNFA_HCI_DYN_PIPE *p_pipe);
55 … void nfa_hci_handle_loopback_gate_pkt (UINT8 *p_data, UINT16 data_len, tNFA_HCI_DYN_PIPE *p_pipe);
56 …d nfa_hci_handle_connectivity_gate_pkt (UINT8 *p_data, UINT16 data_len, tNFA_HCI_DYN_PIPE *p_pipe);
57 …ric_gate_cmd (UINT8 *p_data, UINT8 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe);
58 …ric_gate_rsp (UINT8 *p_data, UINT8 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe);
59 …ic_gate_evt (UINT8 *p_data, UINT16 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe);
323 tNFA_HCI_DYN_PIPE *p_pipe; in nfa_hci_api_deregister() local
375 else if ((p_pipe = nfa_hciu_find_active_pipe_by_owner (nfa_hci_cb.app_in_use)) == NULL) in nfa_hci_api_deregister()
400 nfa_hciu_send_delete_pipe_cmd (p_pipe->pipe_id); in nfa_hci_api_deregister()
526 tNFA_HCI_DYN_PIPE *p_pipe; in nfa_hci_api_dealloc_gate() local
[all …]
Dnfa_hci_utils.c524 tNFA_HCI_DYN_PIPE *p_pipe; in nfa_hciu_add_pipe_to_gate() local
532 if ((p_pipe = nfa_hciu_alloc_pipe (pipe_id)) != NULL) in nfa_hciu_add_pipe_to_gate()
534 p_pipe->pipe_id = pipe_id; in nfa_hciu_add_pipe_to_gate()
535 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED; in nfa_hciu_add_pipe_to_gate()
536 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_gate()
537 p_pipe->dest_gate = dest_gate; in nfa_hciu_add_pipe_to_gate()
538 p_pipe->local_gate = local_gate; in nfa_hciu_add_pipe_to_gate()
541 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()
567 tNFA_HCI_DYN_PIPE *p_pipe; in nfa_hciu_add_pipe_to_static_gate() local
574 if ((p_pipe = nfa_hciu_alloc_pipe (pipe_id)) != NULL) in nfa_hciu_add_pipe_to_static_gate()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h458 extern void nfa_hci_handle_pipe_open_close_cmd (tNFA_HCI_DYN_PIPE *p_pipe);