Searched refs:tNFA_HCI_DYN_PIPE (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_utils.c | 49 tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id) in nfa_hciu_find_pipe_by_pid() 51 tNFA_HCI_DYN_PIPE *pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hciu_find_pipe_by_pid() 173 tNFA_HCI_DYN_PIPE *pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hciu_count_open_pipes_on_gate() 220 tNFA_HCI_DYN_PIPE *pp; in nfa_hciu_get_pipe_owner() 450 tNFA_HCI_DYN_PIPE *nfa_hciu_alloc_pipe (UINT8 pipe_id) in nfa_hciu_alloc_pipe() 453 tNFA_HCI_DYN_PIPE *pp; in nfa_hciu_alloc_pipe() 524 tNFA_HCI_DYN_PIPE *p_pipe; in nfa_hciu_add_pipe_to_gate() 567 tNFA_HCI_DYN_PIPE *p_pipe; in nfa_hciu_add_pipe_to_static_gate() 604 tNFA_HCI_DYN_PIPE *nfa_hciu_find_active_pipe_by_owner (tNFA_HANDLE app_handle) in nfa_hciu_find_active_pipe_by_owner() 607 tNFA_HCI_DYN_PIPE *pp; in nfa_hciu_find_active_pipe_by_owner() [all …]
|
D | nfa_hci_act.c | 54 static void nfa_hci_handle_identity_mgmt_gate_pkt (UINT8 *p_data, tNFA_HCI_DYN_PIPE *p_pipe); 55 static void nfa_hci_handle_loopback_gate_pkt (UINT8 *p_data, UINT16 data_len, tNFA_HCI_DYN_PIPE *p_… 56 static void nfa_hci_handle_connectivity_gate_pkt (UINT8 *p_data, UINT16 data_len, tNFA_HCI_DYN_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() 419 tNFA_HCI_DYN_PIPE *pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hci_api_get_gate_pipe_list() 526 tNFA_HCI_DYN_PIPE *p_pipe; in nfa_hci_api_dealloc_gate() 681 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->open_pipe.pipe); in nfa_hci_api_open_pipe() [all …]
|
D | nfa_hci_api.c | 951 tNFA_HCI_DYN_PIPE *pp = nfa_hci_cb.cfg.dyn_pipes; in NFA_HciDebug()
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 326 } tNFA_HCI_DYN_PIPE; typedef 412 tNFA_HCI_DYN_PIPE dyn_pipes[NFA_HCI_MAX_PIPE_CB]; 458 extern void nfa_hci_handle_pipe_open_close_cmd (tNFA_HCI_DYN_PIPE *p_pipe); 468 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id); 469 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_owner (tNFA_HANDLE app_handle); 470 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_active_pipe_by_owner (tNFA_HANDLE app_handle); 471 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_on_gate (UINT8 gate_id); 477 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_active_pipe_on_gate (UINT8 gate_id);
|