OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_ret
(Results
1 - 1
of
1
) sorted by null
/external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c
98
UINT8
num_ret
= 0;
local
116
for (xx = 0; (xx < ret) && (
num_ret
< max_ret); xx++, p_cb++)
118
NFA_TRACE_DEBUG4 ("xx:%d max_ret:%d,
num_ret
:%d ee_status:0x%x", xx, max_ret,
num_ret
, p_cb->ee_status);
130
num_ret
++;
132
NFA_TRACE_DEBUG1 ("
num_ret
:%d",
num_ret
);
133
*p_num_nfcee =
num_ret
;
Completed in 266 milliseconds