Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp208 const size_t fd_bytes = file_handles_.size() * sizeof(int); in Send() local
210 (fd_bytes == 0 ? 0 : CMSG_SPACE(fd_bytes)); in Send()
222 if (fd_bytes) { in Send()
225 control->cmsg_len = CMSG_LEN(fd_bytes); in Send()
226 memcpy(CMSG_DATA(control), file_handles_.data(), fd_bytes); in Send()