Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h466 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_owner (tNFA_HANDLE app_handle);
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.c97 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_owner (tNFA_HANDLE app_handle) in nfa_hciu_find_gate_by_owner() function
Dnfa_hci_act.c358 while ((p_gate = nfa_hciu_find_gate_by_owner (nfa_hci_cb.app_in_use)) != NULL) in nfa_hci_api_deregister()