Searched refs:sendfds (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_sock.h | 64 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
|
D | mm_camera.h | 575 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 180 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], in mm_camera_socket_bundle_sendmsg() 218 memcpy(fds_ptr, sendfds, sizeof(int) * numfds); in mm_camera_socket_bundle_sendmsg()
|
D | mm_camera.c | 1771 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], in mm_camera_util_bundled_sendmsg() 1779 if(mm_camera_socket_bundle_sendmsg(my_obj->ds_fd, msg, buf_size, sendfds, numfds) > 0) { in mm_camera_util_bundled_sendmsg() 1888 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM]; in mm_camera_map_bufs() local 1892 sendfds[i] = packet.payload.buf_map_list.buf_maps[i].fd; in mm_camera_map_bufs() 1897 sendfds[i] = -1; in mm_camera_map_bufs() 1903 sendfds, in mm_camera_map_bufs()
|
D | mm_camera_stream.c | 1907 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM]; in mm_stream_map_bufs() local 1917 sendfds[i] = packet.payload.buf_map_list.buf_maps[i].fd; in mm_stream_map_bufs() 1922 sendfds[i] = -1; in mm_stream_map_bufs() 1926 &packet, sizeof(cam_sock_packet_t), sendfds, numbufs); in mm_stream_map_bufs()
|