Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h64 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
Dmm_camera.h690 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c181 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], in mm_camera_socket_bundle_sendmsg()
219 memcpy(fds_ptr, sendfds, sizeof(int) * numfds); in mm_camera_socket_bundle_sendmsg()
Dmm_camera.c1876 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], in mm_camera_util_bundled_sendmsg()
1884 if(mm_camera_socket_bundle_sendmsg(my_obj->ds_fd, msg, buf_size, sendfds, numfds) > 0) { in mm_camera_util_bundled_sendmsg()
2001 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM]; in mm_camera_map_bufs() local
2005 sendfds[i] = packet.payload.buf_map_list.buf_maps[i].fd; in mm_camera_map_bufs()
2011 sendfds[i] = -1; in mm_camera_map_bufs()
2017 sendfds, numbufs); in mm_camera_map_bufs()
Dmm_camera_stream.c2215 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM]; in mm_stream_map_bufs() local
2225 sendfds[i] = packet.payload.buf_map_list.buf_maps[i].fd; in mm_stream_map_bufs()
2230 sendfds[i] = -1; in mm_stream_map_bufs()
2235 &packet, sizeof(cam_sock_packet_t), sendfds, numbufs); in mm_stream_map_bufs()