/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/ |
H A D | phNxpEseDataMgr.cpp | 26 static uint32_t total_len = 0; variable 42 if (total_len == 0) { in phNxpEse_GetData() 43 ALOGE("%s total_len = %d", __FUNCTION__, total_len); in phNxpEse_GetData() 46 pbuff = (uint8_t*)phNxpEse_memalloc(total_len); in phNxpEse_GetData() 57 if (total_data_len != total_len) { in phNxpEse_GetData() 59 total_data_len, total_len); in phNxpEse_GetData() 67 total_len = 0; in phNxpEse_GetData() 92 total_len += data_len; in phNxpEse_StoreDatainList()
|
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
H A D | DataMgmt.cc | 27 static uint16_t total_len = 0; variable 43 if (total_len == 0) { in DataMgmt_GetData() 44 STLOG_HAL_E("%s total_len = %d", __FUNCTION__, total_len); in DataMgmt_GetData() 47 pbuff = (uint8_t*)malloc(total_len); in DataMgmt_GetData() 58 if (total_data_len != total_len) { in DataMgmt_GetData() 60 __FUNCTION__, total_data_len, total_len); in DataMgmt_GetData() 68 total_len = 0; in DataMgmt_GetData() 102 total_len += data_len; in DataMgmt_StoreDataInList()
|
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/ |
H A D | phNxpEseDataMgr.cpp | 24 static uint32_t total_len = 0; variable 41 if (total_len > 0) { in phNxpEse_GetData() 42 pbuff = (uint8_t*)phNxpEse_memalloc(total_len); in phNxpEse_GetData() 46 if (total_data_len == total_len) { in phNxpEse_GetData() 53 total_len = 0; in phNxpEse_GetData() 58 __FUNCTION__, total_data_len, total_len); in phNxpEse_GetData() 70 ALOGD_IF(ese_debug_enabled, "%s total_len = %d", __FUNCTION__, total_len); in phNxpEse_GetData() 101 total_len += data_len; in phNxpEse_StoreDatainList()
|
/aosp12/system/extras/ioshark/ |
H A D | ioshark_bench_mmap.c | 59 size_t total_len, off_t offset) in setup_mmap_io_state() argument 64 mio->resid = total_len; in setup_mmap_io_state() 66 total_len / MMAP_ENTS); in setup_mmap_io_state() 67 while (total_len > 0) { in setup_mmap_io_state() 71 MIN((u_int64_t)total_len, (u_int64_t)slice); in setup_mmap_io_state() 72 total_len -= mio->table[mio->num_entries].len; in setup_mmap_io_state()
|
/aosp12/system/logging/logd/ |
H A D | SerializedLogEntry.h | 62 .total_len = total_len(), in ToLogStatisticsElement() 90 uint16_t total_len() const { return sizeof(*this) + msg_len_; } in total_len() function
|
H A D | SerializedFlushToState.cpp | 62 read_offset += entry->total_len(); in CreateLogPosition() 141 log_positions_[log_id]->read_offset += entry->total_len(); in PopNextUnreadLog()
|
H A D | LogStatistics.h | 60 uint16_t total_len; member 192 explicit EntryBase(const LogStatisticsElement& element) : size_(element.total_len) {} in EntryBase() 196 void Add(const LogStatisticsElement& element) { size_ += element.total_len; } in Add() 198 size_ -= element.total_len; in Subtract() 202 void Erase(const LogStatisticsElement& element) { size_ -= element.total_len; } in Erase()
|
H A D | LogStatistics.cpp | 130 element.total_len = element.msg_len; in Add() 134 uint16_t size = element.total_len; in Add() 206 element.total_len = element.msg_len; in Subtract() 210 uint16_t size = element.total_len; in Subtract() 297 element.total_len = 0; in Erase() 303 mSizes[log_id] -= element.total_len; in Erase()
|
H A D | SerializedLogChunk.cpp | 89 write_offset_ += entry->total_len(); in Log()
|
H A D | SerializedLogBuffer.cpp | 38 auto total_len = sizeof(SerializedLogEntry) + len; in LogToLogBuffer() local 39 if (!log_buffer.back().CanLog(total_len)) { in LogToLogBuffer()
|
H A D | SerializedLogChunk.h | 44 read_offset_ += chunk_.log_entry(read_offset_)->total_len();
|
H A D | SerializedLogChunkTest.cpp | 52 EXPECT_EQ(expected_total_len, entry->total_len()); in TEST()
|
H A D | LogBufferElement.cpp | 116 .total_len = static_cast<uint16_t>(element_in_list_size + msg_len()), in ToLogStatisticsElement()
|
/aosp12/system/bt/stack/sdp/ |
H A D | sdp_discovery.cc | 794 uint32_t total_len; in add_attr() local 814 total_len = attr_len - 4 + (uint16_t)sizeof(tSDP_DISC_ATTR); in add_attr() 816 total_len = sizeof(tSDP_DISC_ATTR); in add_attr() 826 total_len = (total_len + 3) & ~3; in add_attr() 829 if (p_db->mem_free < total_len) return (NULL); in add_attr() 848 total_len = 0; in add_attr() 927 total_len = 0; in add_attr() 968 p_db->p_free_mem += total_len; in add_attr() 969 p_db->mem_free -= total_len; in add_attr()
|
/aosp12/bionic/libc/kernel/uapi/rdma/ |
H A D | vmw_pvrdma-abi.h | 178 __u32 total_len; member 183 __u32 total_len; member
|
/aosp12/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
H A D | driver_cmd_nl80211.c | 41 int total_len; member 97 priv_cmd.total_len = buf_len; in wpa_driver_nl80211_driver_cmd()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
H A D | driver_cmd_nl80211.c | 34 int total_len; member 120 priv_cmd.total_len = buf_len; in wpa_driver_nl80211_driver_cmd()
|
/aosp12/art/test/580-crc32/src/ |
H A D | Main.java | 415 final int total_len = off + len; in CRC32DirectByteBuffer() local 416 ByteBuffer buf = ByteBuffer.allocateDirect(total_len).put(bytes, 0, total_len); in CRC32DirectByteBuffer()
|
/aosp12/system/update_engine/ |
H A D | test_http_server.cc | 246 const size_t total_len = end_offset - start_offset; in WritePayload() local 247 size_t remaining_len = total_len; in WritePayload() 275 return (total_len - remaining_len); in WritePayload()
|
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_sr.cc | 140 uint16_t ii, total_len, len; in build_read_multi_rsp() local 175 total_len = (p_buf->len + p_rsp->attr_value.len); in build_read_multi_rsp() 177 total_len += 2; in build_read_multi_rsp() 180 if (total_len > mtu) { in build_read_multi_rsp() 182 len = p_rsp->attr_value.len - (total_len - mtu); in build_read_multi_rsp()
|
/aosp12/system/nfc/src/nfa/ee/ |
H A D | nfa_ee_act.cc | 627 int total_len = 0; in nfa_all_ee_find_total_sys_code_len() local 630 total_len += nfa_ee_find_total_sys_code_len(p_cb, 0); in nfa_all_ee_find_total_sys_code_len() 632 return total_len; in nfa_all_ee_find_total_sys_code_len() 1464 int total_len = nfa_ee_find_total_sys_code_len(p_cb, entry + 1); in nfa_ee_api_remove_sys_code() local 1470 rm_len, total_len); in nfa_ee_api_remove_sys_code() 1473 &p_cb->sys_code_cfg[offset + rm_len], total_len); in nfa_ee_api_remove_sys_code() 1475 total_len = p_cb->sys_code_cfg_entries - entry; in nfa_ee_api_remove_sys_code() 1478 &p_cb->sys_code_pwr_cfg[entry + 1], total_len); in nfa_ee_api_remove_sys_code() 1481 &p_cb->sys_code_rt_loc_vs_info[entry + 1], total_len); in nfa_ee_api_remove_sys_code() 1484 &p_cb->sys_code_rt_loc[entry + 1], total_len); in nfa_ee_api_remove_sys_code()
|