Searched refs:p_scratch_buf (Results 1 - 6 of 6) sorted by relevance

/system/nfc/src/nfc/include/
H A Dce_api.h100 uint8_t* p_scratch_buf);
154 ** p_scratch_buf: temp storage for update
162 uint8_t* p_scratch_buf);
/system/nfc/src/nfc/int/
H A Dce_int.h63 uint8_t* p_scratch_buf; /* Scratch buffer for WRITE/readback */ member in struct:__anon2408
98 uint8_t* p_scratch_buf; /* temp storage of NDEF message for update */ member in struct:__anon2412
/system/nfc/src/nfc/tags/
H A Dce_t3t.c308 .p_scratch_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]),
348 update_info.p_data = p_cb->ndef_info.p_scratch_buf;
430 (p_cb->ndef_info.p_scratch_buf)) {
470 (p_cb->ndef_info.p_scratch_buf)) {
474 .p_scratch_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]),
845 uint8_t* p_scratch_buf) {
852 if ((!read_only) && (!p_scratch_buf)) {
854 "CE_T3tSetLocalNDEFMsg (): p_scratch_buf cannot be NULL if not "
874 p_cb->ndef_info.p_scratch_buf = p_scratch_buf;
843 CE_T3tSetLocalNDEFMsg(bool read_only, uint32_t size_max, uint32_t size_current, uint8_t* p_buf, uint8_t* p_scratch_buf) argument
[all...]
H A Dce_t4t.c166 if (p_t4t->p_scratch_buf)
167 p_src = p_t4t->p_scratch_buf;
267 memcpy(p_t4t->p_scratch_buf + offset - T4T_FILE_LENGTH_SIZE, p_data,
277 ce_data.update_info.p_data = p_t4t->p_scratch_buf;
754 ** p_scratch_buf: temp storage for update
761 uint8_t* p_scratch_buf) {
776 if ((!read_only) && (!p_scratch_buf)) {
778 "CE_T4tSetLocalNDEFMsg (): p_scratch_buf cannot be NULL if not "
817 p_t4t->p_scratch_buf = p_scratch_buf;
759 CE_T4tSetLocalNDEFMsg(bool read_only, uint16_t ndef_msg_max, uint16_t ndef_msg_len, uint8_t* p_ndef_msg, uint8_t* p_scratch_buf) argument
[all...]
/system/nfc/src/nfa/int/
H A Dnfa_ce_int.h175 uint8_t* p_scratch_buf; /* Scratch buffer for write requests */ member in struct:__anon2162
/system/nfc/src/nfa/ce/
H A Dnfa_ce_act.c636 if (p_cb->p_scratch_buf) {
637 nfa_mem_co_free(p_cb->p_scratch_buf);
638 p_cb->p_scratch_buf = NULL;
664 if ((nfa_ce_cb.p_scratch_buf == NULL) ||
669 nfa_ce_cb.p_scratch_buf =
671 if (nfa_ce_cb.p_scratch_buf != NULL) {
725 p_cb->p_scratch_buf);
733 p_cb->p_scratch_buf);

Completed in 74 milliseconds