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

/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h46 int sendfd);
H A Dmm_camera.h447 int sendfd);
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_sock.h46 int sendfd);
H A Dmm_camera_sock.c107 * int sendfd: file descriptors to be sent
114 int sendfd)
138 // if sendfd is vlaid, we need to pass it through control msg
139 if( sendfd > 0) {
148 *((int *)CMSG_DATA(cmsghp)) = sendfd;
110 mm_camera_socket_sendmsg( int fd, void *msg, uint32_t buf_size, int sendfd) argument
H A 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);
H A Dmm_camera_interface2.c447 int sendfd)
456 rc = mm_camera_sendmsg(my_obj, msg, buf_size, sendfd);
882 int32_t cam_ops_sendmsg(int cam_id, void *msg, uint32_t buf_size, int sendfd) argument
887 rc = mm_cam->ops->sendmsg(mm_cam, msg, buf_size, sendfd);
444 mm_camera_ops_sendmsg(mm_camera_t * camera, void *msg, uint32_t buf_size, int sendfd) argument
H A Dmm_camera.h354 extern int32_t mm_camera_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd);
H A Dmm_camera.c1130 int32_t mm_camera_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd) argument
1132 return mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd);
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_sock.c107 * int sendfd: file descriptors to be sent
114 int sendfd)
138 /* if sendfd is vlaid, we need to pass it through control msg */
139 if( sendfd > 0) {
148 *((int *)CMSG_DATA(cmsghp)) = sendfd;
110 mm_camera_socket_sendmsg( int fd, void *msg, uint32_t buf_size, int sendfd) argument
H A Dmm_camera.c1705 int32_t mm_camera_util_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd) argument
1707 return mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd);

Completed in 89 milliseconds