Searched refs:numfds (Results 1 – 3 of 3) sorted by relevance
182 int numfds) in mm_camera_socket_bundle_sendmsg() argument187 char control[CMSG_SPACE(sizeof(int) * numfds)]; in mm_camera_socket_bundle_sendmsg()209 if (numfds > 0) { in mm_camera_socket_bundle_sendmsg()216 cmsghp->cmsg_len = CMSG_LEN(sizeof(int) * numfds); in mm_camera_socket_bundle_sendmsg()219 memcpy(fds_ptr, sendfds, sizeof(int) * numfds); in mm_camera_socket_bundle_sendmsg()
1877 int numfds) in mm_camera_util_bundled_sendmsg() argument1884 if(mm_camera_socket_bundle_sendmsg(my_obj->ds_fd, msg, buf_size, sendfds, numfds) > 0) { in mm_camera_util_bundled_sendmsg()
691 int numfds);