Searched refs:sendfd (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 114 int sendfd) in mm_camera_socket_sendmsg() argument 139 if( sendfd > 0) { in mm_camera_socket_sendmsg() 148 *((int *)CMSG_DATA(cmsghp)) = sendfd; in mm_camera_socket_sendmsg()
|
D | mm_camera.c | 1705 int32_t mm_camera_util_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd) in mm_camera_util_sendmsg() argument 1707 return mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd); in mm_camera_util_sendmsg()
|
/hardware/qcom/camera/mm-camera-interface/ |
D | mm_camera_sock.c | 114 int sendfd) in mm_camera_socket_sendmsg() argument 139 if( sendfd > 0) { in mm_camera_socket_sendmsg() 148 *((int *)CMSG_DATA(cmsghp)) = sendfd; in mm_camera_socket_sendmsg()
|
D | mm_camera_sock.h | 46 int sendfd);
|
D | mm_camera_interface2.h | 302 int32_t (*sendmsg)(mm_camera_t * camera, void *msg, uint32_t buf_size, int sendfd); 480 int32_t cam_ops_sendmsg(int cam_id, void *msg, uint32_t buf_size, int sendfd);
|
D | mm_camera_interface2.c | 447 int sendfd) in mm_camera_ops_sendmsg() argument 456 rc = mm_camera_sendmsg(my_obj, msg, buf_size, sendfd); in mm_camera_ops_sendmsg() 882 int32_t cam_ops_sendmsg(int cam_id, void *msg, uint32_t buf_size, int sendfd) in cam_ops_sendmsg() argument 887 rc = mm_cam->ops->sendmsg(mm_cam, msg, buf_size, sendfd); in cam_ops_sendmsg()
|
D | mm_camera.h | 354 extern int32_t mm_camera_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd);
|
D | mm_camera.c | 1130 int32_t mm_camera_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd) in mm_camera_sendmsg() argument 1132 return mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd); in mm_camera_sendmsg()
|
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/ |
D | mm_camera_sock.h | 46 int sendfd);
|
D | mm_camera.h | 447 int sendfd);
|