Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_hci_int.h474 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_on_gate(uint8_t gate_id);
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc686 tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_on_gate(uint8_t gate_id) { in nfa_hciu_find_pipe_on_gate() function
Dnfa_hci_act.cc532 if (nfa_hciu_find_pipe_on_gate(p_gate->gate_id) == nullptr) { in nfa_hci_api_dealloc_gate()