Home
last modified time | relevance | path

Searched refs:bytes_count (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t2t_ndef.cc566 p_t2t->bytes_count = (p_t2t->bytes_count << 8) + p_data[offset]; in rw_t2t_handle_tlv_detect_rsp()
585 if (p_t2t->bytes_count > 0) p_t2t->bytes_count--; in rw_t2t_handle_tlv_detect_rsp()
597 if (p_t2t->bytes_count > 0) { in rw_t2t_handle_tlv_detect_rsp()
598 p_t2t->bytes_count--; in rw_t2t_handle_tlv_detect_rsp()
612 if (p_t2t->bytes_count == 0) { in rw_t2t_handle_tlv_detect_rsp()
654 if (p_t2t->bytes_count == 0) { in rw_t2t_handle_tlv_detect_rsp()
661 if (p_t2t->bytes_count > 0) { in rw_t2t_handle_tlv_detect_rsp()
662 p_t2t->bytes_count--; in rw_t2t_handle_tlv_detect_rsp()
669 if (p_t2t->bytes_count == 0) { in rw_t2t_handle_tlv_detect_rsp()
704 if (p_t2t->bytes_count > 0) { in rw_t2t_handle_tlv_detect_rsp()
[all …]
H A Drw_t1t_ndef.cc859 uint16_t bytes_count = 0; in rw_t1t_handle_tlv_detect_rsp() local
952 bytes_count = len; in rw_t1t_handle_tlv_detect_rsp()
991 bytes_count = (bytes_count << 8) + p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1007 if (bytes_count > 0) bytes_count--; in rw_t1t_handle_tlv_detect_rsp()
1022 bytes_count--; in rw_t1t_handle_tlv_detect_rsp()
1026 if (bytes_count == 0) { in rw_t1t_handle_tlv_detect_rsp()
1064 if (bytes_count == 0) { in rw_t1t_handle_tlv_detect_rsp()
1071 bytes_count--; in rw_t1t_handle_tlv_detect_rsp()
1075 if (bytes_count == 0) { in rw_t1t_handle_tlv_detect_rsp()
1096 if (bytes_count == 0) { in rw_t1t_handle_tlv_detect_rsp()
[all …]
/aosp12/system/nfc/src/fuzzers/rw/
H A Dt2t.cc92 p_t2t->bytes_count = 128; in Init_ReadNDef()
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h438 bytes_count; /* No. of bytes remaining to collect during tlv detect */ member