Searched refs:sendfds (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_sock.h | 64 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
|
D | mm_camera.h | 690 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 181 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()
|
D | mm_camera.c | 1876 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()
|
D | mm_camera_stream.c | 2215 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()
|