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

  /system/nfc/src/nfc/include/
ce_api.h 90 uint8_t* p_scratch_buf);
144 ** p_scratch_buf: temp storage for update
152 uint8_t* p_scratch_buf);
ce_int.h 60 uint8_t* p_scratch_buf; /* Scratch buffer for WRITE/readback */ member in struct:__anon3541
95 uint8_t* p_scratch_buf; /* temp storage of NDEF message for update */ member in struct:__anon3545
  /system/nfc/src/nfa/include/
nfa_ce_int.h 168 uint8_t* p_scratch_buf; /* Scratch buffer for write requests */ member in struct:__anon3317
  /system/nfc/src/nfa/ce/
nfa_ce_act.cc 676 if (p_cb->p_scratch_buf) {
677 nfa_mem_co_free(p_cb->p_scratch_buf);
678 p_cb->p_scratch_buf = NULL;
704 if ((nfa_ce_cb.p_scratch_buf == NULL) ||
709 nfa_ce_cb.p_scratch_buf =
711 if (nfa_ce_cb.p_scratch_buf != NULL) {
765 p_cb->p_scratch_buf);
773 p_cb->p_scratch_buf);
    [all...]

Completed in 190 milliseconds