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

/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Map.c627 uint8_t *reformatted_buf = (uint8_t*) phOsalNfc_GetMemory(ps_iso_15693_con->max_data_size); local
632 reformatted_buf, ps_iso_15693_con->max_data_size);
633 p_recv_buf = reformatted_buf + (ps_iso_15693_con->current_block * ISO15693_BYTES_PER_BLOCK);
783 if (reformatted_buf != NULL) {
784 phOsalNfc_FreeMemory(reformatted_buf);
877 uint8_t *reformatted_buf = (uint8_t*) phOsalNfc_GetMemory(ps_iso_15693_con->max_data_size); local
890 reformatted_buf, ps_iso_15693_con->max_data_size);
892 p_recv_buf = reformatted_buf + (ps_iso_15693_con->current_block * ISO15693_BYTES_PER_BLOCK);
1280 if (reformatted_buf != NULL) {
1281 phOsalNfc_FreeMemory(reformatted_buf);
[all...]

Completed in 126 milliseconds