Searched refs:max_file_size (Results 1 – 8 of 8) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t4t.c | 134 p_t4t->max_file_size, in ce_t4t_select_file() 603 UINT16 offset, max_file_size; in ce_t4t_data_cback() local 709 max_file_size = T4T_FC_TLV_OFFSET_IN_CC + T4T_FILE_CONTROL_TLV_SIZE; in ce_t4t_data_cback() 713 max_file_size = ce_cb.mem.t4t.max_file_size; in ce_t4t_data_cback() 723 if (length + offset > max_file_size) in ce_t4t_data_cback() 725 if (offset < max_file_size) in ce_t4t_data_cback() 727 length = (UINT8) (max_file_size - offset); in ce_t4t_data_cback() 730 length, max_file_size); in ce_t4t_data_cback() 735 offset, max_file_size); in ce_t4t_data_cback() 773 if (length + offset > ce_cb.mem.t4t.max_file_size) in ce_t4t_data_cback() [all …]
|
D | rw_t4t.c | 1021 if ( (p_t4t->cc_file.ndef_fc.max_file_size < 0x0005) in rw_t4t_validate_cc_file() 1022 ||(p_t4t->cc_file.ndef_fc.max_file_size == 0xFFFF) ) in rw_t4t_validate_cc_file() 1025 p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_validate_cc_file() 1456 BE_STREAM_TO_UINT16 (p_t4t->cc_file.ndef_fc.max_file_size, p); in rw_t4t_sm_detect_ndef() 1468 RW_TRACE_DEBUG1 (" MaxFileSize: 0x%04X", p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_sm_detect_ndef() 1515 if (nlen <= p_t4t->cc_file.ndef_fc.max_file_size - T4T_FILE_LENGTH_SIZE) in rw_t4t_sm_detect_ndef() 1563 …rw_data.ndef.max_size = (UINT32) (p_t4t->cc_file.ndef_fc.max_file_size - (UINT16) T4T_FILE_LENGTH_… in rw_t4t_sm_detect_ndef() 1580 nlen, p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_sm_detect_ndef() 2241 if (rw_cb.tcb.t4t.cc_file.ndef_fc.max_file_size < length + T4T_FILE_LENGTH_SIZE) in RW_T4tUpdateNDef() 2244 length, rw_cb.tcb.t4t.cc_file.ndef_fc.max_file_size); in RW_T4tUpdateNDef()
|
/external/webrtc/webrtc/base/ |
D | filerotatingstream.cc | 33 size_t max_file_size, in FileRotatingStream() argument 37 max_file_size, in FileRotatingStream() 40 RTC_DCHECK_GT(max_file_size, 0u); in FileRotatingStream() 46 size_t max_file_size, in FileRotatingStream() argument 53 max_file_size_(max_file_size), in FileRotatingStream()
|
D | filerotatingstream.h | 37 size_t max_file_size, 88 size_t max_file_size,
|
D | filerotatingstream_unittest.cc | 27 size_t max_file_size, in Init() argument 36 stream_.reset(new FileRotatingStream(dir_path_, file_prefix, max_file_size, in Init()
|
/external/libnfc-nci/src/nfc/int/ |
D | ce_int.h | 96 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */ member
|
D | rw_int.h | 426 UINT16 max_file_size; /* Max NDEF file size */ member
|
/external/libnfc-nci/src/nfc/include/ |
D | ce_api.h | 226 UINT16 max_file_size,
|