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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_sock.c171 * @sendfds : file descriptors to be sent
180 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
218 memcpy(fds_ptr, sendfds, sizeof(int) * numfds);
176 mm_camera_socket_bundle_sendmsg( int fd, void *msg, size_t buf_size, int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], int numfds) argument
H A Dmm_camera.c1761 * @sendfds : array of file descriptors to be sent
1771 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
1779 if(mm_camera_socket_bundle_sendmsg(my_obj->ds_fd, msg, buf_size, sendfds, numfds) > 0) {
1888 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM]; local
1892 sendfds[i] = packet.payload.buf_map_list.buf_maps[i].fd;
1897 sendfds[i] = -1;
1903 sendfds,
1768 mm_camera_util_bundled_sendmsg(mm_camera_obj_t *my_obj, void *msg, size_t buf_size, int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], int numfds) argument
H A Dmm_camera_stream.c1907 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM]; local
1917 sendfds[i] = packet.payload.buf_map_list.buf_maps[i].fd;
1922 sendfds[i] = -1;
1926 &packet, sizeof(cam_sock_packet_t), sendfds, numbufs);

Completed in 51 milliseconds