Searched defs:tNFA_HCI_DYN_GATE (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h333 } tNFA_HCI_DYN_GATE; typedef in typeref:struct:__anon7736
407 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];
461 extern tNFA_HCI_DYN_GATE *nfa_hciu_alloc_gate (UINT8 gate_id, tNFA_HANDLE app_handle);
462 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id);
463 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_owner (tNFA_HANDLE app_handle);
464 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_with_nopipes_by_owner (tNFA_HANDLE app_handle);
475 extern UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate);
476 extern UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate);

Completed in 40 milliseconds