OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfa_mem_co_alloc
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_mem_co.h
45
** Function
nfa_mem_co_alloc
54
NFC_API extern void *
nfa_mem_co_alloc
(UINT32 num_bytes);
61
** Description free buffer previously allocated using
nfa_mem_co_alloc
/external/libnfc-nci/src/adaptation/
libmain.c
43
** Function
nfa_mem_co_alloc
52
NFC_API extern void *
nfa_mem_co_alloc
(UINT32 num_bytes)
function
62
** Description free buffer previously allocated using
nfa_mem_co_alloc
/external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c
653
if ((nfa_ce_cb.p_scratch_buf = (UINT8 *)
nfa_mem_co_alloc
(nfa_ce_cb.ndef_max_size)) != NULL)
[
all
...]
/external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c
[
all
...]
Completed in 48 milliseconds