Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_mem_co.h48 extern void* nfa_mem_co_alloc(uint32_t num_bytes);
/system/nfc/src/adaptation/
Dlibmain.cc50 extern void* nfa_mem_co_alloc(uint32_t num_bytes) { return malloc(num_bytes); } in nfa_mem_co_alloc() function
/system/nfc/src/nfa/ce/
Dnfa_ce_act.cc711 (uint8_t*)nfa_mem_co_alloc(nfa_ce_cb.ndef_max_size); in nfa_ce_realloc_scratch_buffer()
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc1592 nfa_rw_cb.p_ndef_buf = (uint8_t*)nfa_mem_co_alloc(nfa_rw_cb.ndef_cur_size); in nfa_rw_start_ndef_read()