Home
last modified time | relevance | path

Searched refs:sendfd (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_sock.c114 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()
Dmm_camera.c1705 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/
Dmm_camera_sock.c114 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()
Dmm_camera_sock.h46 int sendfd);
Dmm_camera_interface2.h302 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);
Dmm_camera_interface2.c447 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()
Dmm_camera.h354 extern int32_t mm_camera_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd);
Dmm_camera.c1130 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/
Dmm_camera_sock.h46 int sendfd);
Dmm_camera.h447 int sendfd);