Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h64 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
Dmm_camera.h575 int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM],
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c180 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()
Dmm_camera.c1771 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()
Dmm_camera_stream.c1907 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()