Home
last modified time | relevance | path

Searched refs:tNFA_HCI_DYN_PIPE (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc52 tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id) { in nfa_hciu_find_pipe_by_pid()
53 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hciu_find_pipe_by_pid()
160 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hciu_count_open_pipes_on_gate()
205 tNFA_HCI_DYN_PIPE* pp; in nfa_hciu_get_pipe_owner()
431 tNFA_HCI_DYN_PIPE* nfa_hciu_alloc_pipe(uint8_t pipe_id) { in nfa_hciu_alloc_pipe()
433 tNFA_HCI_DYN_PIPE* pp; in nfa_hciu_alloc_pipe()
501 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hciu_add_pipe_to_gate()
548 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hciu_add_pipe_to_static_gate()
586 tNFA_HCI_DYN_PIPE* nfa_hciu_find_active_pipe_by_owner(tNFA_HANDLE app_handle) { in nfa_hciu_find_active_pipe_by_owner()
588 tNFA_HCI_DYN_PIPE* pp; in nfa_hciu_find_active_pipe_by_owner()
[all …]
Dnfa_hci_act.cc56 tNFA_HCI_DYN_PIPE* p_pipe);
58 tNFA_HCI_DYN_PIPE* p_pipe);
61 tNFA_HCI_DYN_PIPE* p_pipe);
63 tNFA_HCI_DYN_PIPE* p_pipe);
65 tNFA_HCI_DYN_PIPE* p_pipe);
68 tNFA_HCI_DYN_PIPE* p_pipe);
311 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hci_api_deregister()
403 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hci_api_get_gate_pipe_list()
507 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hci_api_dealloc_gate()
655 tNFA_HCI_DYN_PIPE* p_pipe = in nfa_hci_api_open_pipe()
[all …]
Dnfa_hci_api.cc826 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in NFA_HciDebug()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h327 } tNFA_HCI_DYN_PIPE; typedef
417 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);
470 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id);
471 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_owner(tNFA_HANDLE app_handle);
472 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_active_pipe_by_owner(
474 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_on_gate(uint8_t gate_id);
482 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_active_pipe_on_gate(uint8_t gate_id);