Searched refs:msg_len (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/trusty/libtrusty/tipc-test/ |
H A D | tipc_test.c | 359 size_t msg_len; in echo_test() local 376 msg_len = msgsz; in echo_test() 384 if ((size_t)rc != msg_len) { in echo_test() 395 if ((size_t)rc != msg_len) { in echo_test() 420 size_t msg_len; in burst_write_test() local 436 msg_len = msgsz; in burst_write_test() 720 size_t msg_len; in writev_test() local 739 msg_len = msgsz; in writev_test() 757 if ((size_t)rc != msg_len) { in writev_test() 799 size_t msg_len; in readv_test() local [all …]
|
/aosp14/system/core/trusty/utils/spiproxyd/ |
H A D | main.c | 31 size_t msg_len; in handle_msg() local 39 msg_len = rc; in handle_msg() 42 rc = write(spi_dev_fd, &msg_buf, msg_len); in handle_msg() 43 if (rc < 0 || (size_t)rc != msg_len) { in handle_msg() 54 msg_len = rc; in handle_msg() 57 rc = write(trusty_dev_fd, &msg_buf, msg_len); in handle_msg() 58 if (rc < 0 || (size_t)rc != msg_len) { in handle_msg()
|
/aosp14/system/core/trusty/metrics/ |
H A D | metrics.cpp | 87 size_t msg_len = rc; in HandleEvent() local 89 if (msg_len < sizeof(metrics_req)) { in HandleEvent() 98 if (msg_len < offset + sizeof(metrics_report_crash_req)) { in HandleEvent() 104 if (msg_len < offset + crash_args->app_id_len) { in HandleEvent()
|
/aosp14/system/core/trusty/confirmationui/ |
H A D | TrustyApp.cpp | 52 .msg_len = olen, in TrustyRpc() 83 if (args.msg_len > ilen) { in TrustyRpc() 88 memcpy(ibegin, shm_base_, args.msg_len); in TrustyRpc() 90 return args.msg_len; in TrustyRpc()
|
/aosp14/system/core/fastboot/device/ |
H A D | fastboot_device.cpp | 166 size_t msg_len = std::min(kMaxMessageSize, message.size()); in WriteStatus() local 176 memcpy(buf + kResponseReasonSize, message.c_str(), msg_len); in WriteStatus() 178 size_t response_len = kResponseReasonSize + msg_len; in WriteStatus()
|
/aosp14/system/core/trusty/confirmationui/include/ |
H A D | TrustyIpc.h | 77 uint32_t msg_len; member
|
/aosp14/system/core/trusty/confirmationui/fuzz/ |
H A D | msg_fuzzer.cpp | 118 .msg_len = static_cast<uint32_t>(size), in Msg()
|