OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfa_hciu_find_active_pipe_on_gate
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
476
extern tNFA_HCI_DYN_PIPE *
nfa_hciu_find_active_pipe_on_gate
(UINT8 gate_id);
/external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c
769
** Function
nfa_hciu_find_active_pipe_on_gate
776
tNFA_HCI_DYN_PIPE *
nfa_hciu_find_active_pipe_on_gate
(UINT8 gate_id)
function
782
NFA_TRACE_DEBUG1 ("
nfa_hciu_find_active_pipe_on_gate
() Gate:0x%x", gate_id);
[
all
...]
nfa_hci_act.c
541
else if ((p_pipe =
nfa_hciu_find_active_pipe_on_gate
(p_gate->gate_id)) == NULL)
[
all
...]
Completed in 37 milliseconds