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.cc51 tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id) { in nfa_hciu_find_pipe_by_pid()
52 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hciu_find_pipe_by_pid()
159 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hciu_count_open_pipes_on_gate()
204 tNFA_HCI_DYN_PIPE* pp; in nfa_hciu_get_pipe_owner()
418 tNFA_HCI_DYN_PIPE* nfa_hciu_alloc_pipe(uint8_t pipe_id) { in nfa_hciu_alloc_pipe()
420 tNFA_HCI_DYN_PIPE* pp; in nfa_hciu_alloc_pipe()
488 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hciu_add_pipe_to_gate()
535 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hciu_add_pipe_to_static_gate()
573 tNFA_HCI_DYN_PIPE* nfa_hciu_find_active_pipe_by_owner(tNFA_HANDLE app_handle) { in nfa_hciu_find_active_pipe_by_owner()
575 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
416 tNFA_HCI_DYN_PIPE dyn_pipes[NFA_HCI_MAX_PIPE_CB];
457 extern void nfa_hci_handle_pipe_open_close_cmd(tNFA_HCI_DYN_PIPE* p_pipe);
469 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id);
470 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_owner(tNFA_HANDLE app_handle);
471 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_active_pipe_by_owner(
473 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_on_gate(uint8_t gate_id);
481 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_active_pipe_on_gate(uint8_t gate_id);