Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c119 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()
Dmm_camera.c1808 int sendfd) in mm_camera_util_sendmsg() argument
1815 if(mm_camera_socket_sendmsg(my_obj->ds_fd, msg, buf_size, sendfd) > 0) { in mm_camera_util_sendmsg()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h58 int sendfd);
Dmm_camera.h569 int sendfd);