HomeSort by relevance Sort by last modified time
    Searched refs:p_scratch_buf (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/nfc/include/
ce_api.h 105 UINT8 *p_scratch_buf);
157 ** p_scratch_buf: temp storage for update
166 UINT8 *p_scratch_buf);
  /external/libnfc-nci/src/nfc/int/
ce_int.h 59 UINT8 *p_scratch_buf; /* Scratch buffer for WRITE/readback */ member in struct:__anon13128
97 UINT8 *p_scratch_buf; /* temp storage of NDEF message for update */ member in struct:__anon13132
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 172 UINT8 *p_scratch_buf; /* Scratch buffer for write requests */ member in struct:__anon12874
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 620 if (p_cb->p_scratch_buf)
622 nfa_mem_co_free (p_cb->p_scratch_buf);
623 p_cb->p_scratch_buf = NULL;
650 if ((nfa_ce_cb.p_scratch_buf == NULL) ||
656 if ((nfa_ce_cb.p_scratch_buf = (UINT8 *) nfa_mem_co_alloc (nfa_ce_cb.ndef_max_size)) != NULL)
709 p_cb->p_scratch_buf);
719 p_cb->p_scratch_buf);
    [all...]

Completed in 114 milliseconds