Searched refs:sendfd (Results 1 – 16 of 16) sorted by relevance
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 119 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()
|
D | mm_camera.c | 1607 int sendfd) in mm_camera_util_sendmsg() argument 1614 if(mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd) > 0) { in mm_camera_util_sendmsg()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 119 int sendfd) in mm_camera_socket_sendmsg() argument 145 if( sendfd >= 0) { in mm_camera_socket_sendmsg() 154 *((int *)CMSG_DATA(cmsghp)) = sendfd; in mm_camera_socket_sendmsg()
|
D | mm_camera.c | 1748 int sendfd) in mm_camera_util_sendmsg() argument 1755 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/ |
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 | 1858 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 1860 return mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd); in mm_camera_util_sendmsg()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 119 int sendfd) in mm_camera_socket_sendmsg() argument 145 if( sendfd >= 0) { in mm_camera_socket_sendmsg() 154 *((int *)CMSG_DATA(cmsghp)) = sendfd; in mm_camera_socket_sendmsg()
|
D | mm_camera.c | 1748 int sendfd) in mm_camera_util_sendmsg() argument 1755 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/inc/ |
D | mm_camera_sock.h | 46 int sendfd);
|
D | mm_camera.h | 483 int sendfd);
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_sock.h | 46 int sendfd);
|
D | mm_camera.h | 467 int sendfd);
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_sock.h | 54 int sendfd);
|
D | mm_camera.h | 516 int sendfd);
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_sock.h | 54 int sendfd);
|
D | mm_camera.h | 516 int sendfd);
|