Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/include/
Dnfa_mem_co.h54 NFC_API extern void *nfa_mem_co_alloc (UINT32 num_bytes);
/external/libnfc-nci/src/adaptation/
Dlibmain.c45 extern void *nfa_mem_co_alloc(UINT32 num_bytes) in nfa_mem_co_alloc() function
/external/libnfc-nci/src/nfa/ce/
Dnfa_ce_act.c656 … if ((nfa_ce_cb.p_scratch_buf = (UINT8 *) nfa_mem_co_alloc (nfa_ce_cb.ndef_max_size)) != NULL) in nfa_ce_realloc_scratch_buffer()
/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c1565 if ((nfa_rw_cb.p_ndef_buf = (UINT8 *)nfa_mem_co_alloc(nfa_rw_cb.ndef_cur_size)) == NULL) in nfa_rw_start_ndef_read()