Home
last modified time | relevance | path

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

12

/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c119 int sendfd) in mm_camera_socket_sendmsg() argument
144 if( sendfd > 0) { in mm_camera_socket_sendmsg()
153 *((int *)CMSG_DATA(cmsghp)) = sendfd; in mm_camera_socket_sendmsg()
Dmm_camera.c1501 int sendfd) in mm_camera_util_sendmsg() argument
1508 if(mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd) > 0) { in mm_camera_util_sendmsg()
/device/lge/mako/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()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c119 int sendfd) in mm_camera_socket_sendmsg() argument
146 if( sendfd > 0) { in mm_camera_socket_sendmsg()
155 *((int *)CMSG_DATA(cmsghp)) = sendfd; in mm_camera_socket_sendmsg()
Dmm_camera.c1577 int sendfd) in mm_camera_util_sendmsg() argument
1584 if(mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd) > 0) { in mm_camera_util_sendmsg()
/device/moto/shamu/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()
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c119 int sendfd) in mm_camera_socket_sendmsg() argument
144 if( sendfd > 0) { in mm_camera_socket_sendmsg()
153 *((int *)CMSG_DATA(cmsghp)) = sendfd; in mm_camera_socket_sendmsg()
Dmm_camera.c1502 int sendfd) in mm_camera_util_sendmsg() argument
1509 if(mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd) > 0) { in mm_camera_util_sendmsg()
/device/lge/mako/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.h304 int32_t (*sendmsg)(mm_camera_t * camera, void *msg, uint32_t buf_size, int sendfd);
482 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()
880 int32_t cam_ops_sendmsg(int cam_id, void *msg, uint32_t buf_size, int sendfd) in cam_ops_sendmsg() argument
885 rc = mm_cam->ops->sendmsg(mm_cam, msg, buf_size, sendfd); in cam_ops_sendmsg()
Dmm_camera.h352 extern int32_t mm_camera_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd);
Dmm_camera.c1120 int32_t mm_camera_sendmsg(mm_camera_obj_t *my_obj, void *msg, uint32_t buf_size, int sendfd) in mm_camera_sendmsg() argument
1122 return mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd); in mm_camera_sendmsg()
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_sock.h46 int sendfd);
Dmm_camera.h447 int sendfd);
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h46 int sendfd);
Dmm_camera.h467 int sendfd);
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h46 int sendfd);
Dmm_camera.h416 int sendfd);
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_sock.h46 int sendfd);
Dmm_camera.h483 int sendfd);
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h46 int sendfd);
Dmm_camera.h418 int sendfd);

12