Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp89 size_t offset_within_chunk = sent_size - chunk_start_offset; in SendMsgAll() local
90 size_t data_size = msg->msg_iov[i].iov_len - offset_within_chunk; in SendMsgAll()
93 ret = SendAll(sender, socket_fd, chunk_base + offset_within_chunk, in SendMsgAll()
131 size_t offset_within_chunk = size_read - chunk_start_offset; in RecvMsgAll() local
132 size_t data_size = msg->msg_iov[i].iov_len - offset_within_chunk; in RecvMsgAll()
134 ret = RecvAll(receiver, socket_fd, chunk_base + offset_within_chunk, in RecvMsgAll()