OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reformatted_buf
(Results
1 - 1
of
1
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c
627
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);
[
all
...]
Completed in 66 milliseconds