Home
last modified time | relevance | path

Searched refs:nfa_hciu_find_pipe_by_owner (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_by_owner(tNFA_HANDLE app_handle);
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc655 tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_owner(tNFA_HANDLE app_handle) { in nfa_hciu_find_pipe_by_owner() function
Dnfa_hci_act.cc341 if (nfa_hciu_find_pipe_by_owner(nfa_hci_cb.app_in_use) == nullptr) { in nfa_hci_api_deregister()