HomeSort by relevance Sort by last modified time
    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 33 ** 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/
nfa_ce_act.c 656 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 32 milliseconds