Searched refs:reformatted_buf (Results 1 – 1 of 1) sorted by relevance
627 uint8_t *reformatted_buf = (uint8_t*) phOsalNfc_GetMemory(ps_iso_15693_con->max_data_size); in phFriNfc_ISO15693_H_ProcessReadNdef() local632 reformatted_buf, ps_iso_15693_con->max_data_size); in phFriNfc_ISO15693_H_ProcessReadNdef()633 p_recv_buf = reformatted_buf + (ps_iso_15693_con->current_block * ISO15693_BYTES_PER_BLOCK); in phFriNfc_ISO15693_H_ProcessReadNdef()783 if (reformatted_buf != NULL) { in phFriNfc_ISO15693_H_ProcessReadNdef()784 phOsalNfc_FreeMemory(reformatted_buf); in phFriNfc_ISO15693_H_ProcessReadNdef()877 uint8_t *reformatted_buf = (uint8_t*) phOsalNfc_GetMemory(ps_iso_15693_con->max_data_size); in phFriNfc_ISO15693_H_ProcessCheckNdef() local890 reformatted_buf, ps_iso_15693_con->max_data_size); in phFriNfc_ISO15693_H_ProcessCheckNdef()892 p_recv_buf = reformatted_buf + (ps_iso_15693_con->current_block * ISO15693_BYTES_PER_BLOCK); in phFriNfc_ISO15693_H_ProcessCheckNdef()1280 if (reformatted_buf != NULL) { in phFriNfc_ISO15693_H_ProcessCheckNdef()1281 phOsalNfc_FreeMemory(reformatted_buf); in phFriNfc_ISO15693_H_ProcessCheckNdef()