Searched refs:numfds (Results 1 – 3 of 3) sorted by relevance
181 int numfds) in mm_camera_socket_bundle_sendmsg() argument186 char control[CMSG_SPACE(sizeof(int) * numfds)]; in mm_camera_socket_bundle_sendmsg()208 if (numfds > 0) { in mm_camera_socket_bundle_sendmsg()215 cmsghp->cmsg_len = CMSG_LEN(sizeof(int) * numfds); in mm_camera_socket_bundle_sendmsg()218 memcpy(fds_ptr, sendfds, sizeof(int) * numfds); in mm_camera_socket_bundle_sendmsg()
1772 int numfds) in mm_camera_util_bundled_sendmsg() argument1779 if(mm_camera_socket_bundle_sendmsg(my_obj->ds_fd, msg, buf_size, sendfds, numfds) > 0) { in mm_camera_util_bundled_sendmsg()
576 int numfds);