Searched refs:nfa_mem_co_alloc (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_mem_co.h45 ** 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/
H A Dlibmain.c33 ** Function nfa_mem_co_alloc
42 extern void *nfa_mem_co_alloc(UINT32 num_bytes) function
52 ** Description free buffer previously allocated using nfa_mem_co_alloc
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c656 if ((nfa_ce_cb.p_scratch_buf = (UINT8 *) nfa_mem_co_alloc (nfa_ce_cb.ndef_max_size)) != NULL)
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c1523 if ((nfa_rw_cb.p_ndef_buf = (UINT8 *)nfa_mem_co_alloc(nfa_rw_cb.ndef_cur_size)) == NULL)

Completed in 2422 milliseconds