Searched refs:nlen (Results 1 – 3 of 3) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | ce_t4t.cc | 124 p_t4t->nlen, p_t4t->max_file_size, in ce_t4t_select_file() 186 UINT16_TO_BE_STREAM(p_dst, p_t4t->nlen); in ce_t4t_read_binary() 194 UINT8_TO_BE_STREAM(p_dst, (uint8_t)(p_t4t->nlen)); in ce_t4t_read_binary() 252 UINT16_TO_BE_STREAM(p, p_t4t->nlen); in ce_t4t_update_binary() 260 BE_STREAM_TO_UINT16(p_t4t->nlen, p); in ce_t4t_update_binary() 268 if ((starting_offset == 0) && (p_t4t->nlen > 0)) { in ce_t4t_update_binary() 273 ce_data.update_info.length = p_t4t->nlen; in ce_t4t_update_binary() 866 p_t4t->nlen = ndef_msg_len; in CE_T4tSetLocalNDEFMsg()
|
D | rw_t4t.cc | 1536 uint32_t nlen; in rw_t4t_sm_detect_ndef() local 1733 BE_STREAM_TO_UINT16(nlen, p); in rw_t4t_sm_detect_ndef() 1735 BE_STREAM_TO_UINT32(nlen, p); in rw_t4t_sm_detect_ndef() 1738 if (nlen <= p_t4t->cc_file.ndef_fc.max_file_size - in rw_t4t_sm_detect_ndef() 1775 p_t4t->ndef_length = nlen; in rw_t4t_sm_detect_ndef() 1784 rw_data.ndef.cur_size = nlen; in rw_t4t_sm_detect_ndef() 1800 __func__, nlen, p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_sm_detect_ndef()
|
/system/nfc/src/nfc/include/ |
D | ce_int.h | 93 uint16_t nlen; /* current size of NDEF message */ member
|