Searched defs:size_to_copy (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp107 size_t size_to_copy = std::min(size_remaining, vector[i].iov_len); local
109 size_to_copy);
110 size += size_to_copy;
111 request_data_read_pos += size_to_copy;
112 size_remaining -= size_to_copy;

Completed in 29 milliseconds