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.h334 } tNFA_HCI_DYN_GATE; typedef in typeref:struct:__anon24192
411 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];
464 extern tNFA_HCI_DYN_GATE *nfa_hciu_alloc_gate (UINT8 gate_id, tNFA_HANDLE app_handle);
465 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id);
466 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_owner (tNFA_HANDLE app_handle);
467 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_with_nopipes_by_owner (tNFA_HANDLE app_handle);
479 extern UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate);
480 extern UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate);

Completed in 41 milliseconds