HomeSort by relevance Sort by last modified time
    Searched refs:cmsghp (Results 1 - 6 of 6) sorted by null

  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 123 struct cmsghdr * cmsghp = NULL; local
147 cmsghp = CMSG_FIRSTHDR(&msgh);
148 if (cmsghp != NULL) {
150 cmsghp->cmsg_level = SOL_SOCKET;
151 cmsghp->cmsg_type = SCM_RIGHTS;
152 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
153 *((int *)CMSG_DATA(cmsghp)) = sendfd;
154 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
184 struct cmsghdr *cmsghp = NULL; local
212 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 123 struct cmsghdr * cmsghp = NULL; local
147 cmsghp = CMSG_FIRSTHDR(&msgh);
148 if (cmsghp != NULL) {
150 cmsghp->cmsg_level = SOL_SOCKET;
151 cmsghp->cmsg_type = SCM_RIGHTS;
152 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
153 *((int *)CMSG_DATA(cmsghp)) = sendfd;
154 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
184 struct cmsghdr *cmsghp = NULL; local
212 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 118 struct cmsghdr * cmsghp = NULL; local
142 cmsghp = CMSG_FIRSTHDR(&msgh);
143 if (cmsghp != NULL) {
145 cmsghp->cmsg_level = SOL_SOCKET;
146 cmsghp->cmsg_type = SCM_RIGHTS;
147 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
148 *((int *)CMSG_DATA(cmsghp)) = sendfd;
149 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
178 struct cmsghdr *cmsghp = NULL; local
206 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_sock.c 118 struct cmsghdr * cmsghp = NULL; local
142 cmsghp = CMSG_FIRSTHDR(&msgh);
143 if (cmsghp != NULL) {
145 cmsghp->cmsg_level = SOL_SOCKET;
146 cmsghp->cmsg_type = SCM_RIGHTS;
147 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
148 *((int *)CMSG_DATA(cmsghp)) = sendfd;
149 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
178 struct cmsghdr *cmsghp = NULL; local
206 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 118 struct cmsghdr * cmsghp = NULL; local
142 cmsghp = CMSG_FIRSTHDR(&msgh);
143 if (cmsghp != NULL) {
145 cmsghp->cmsg_level = SOL_SOCKET;
146 cmsghp->cmsg_type = SCM_RIGHTS;
147 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
148 *((int *)CMSG_DATA(cmsghp)) = sendfd;
149 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
178 struct cmsghdr *cmsghp = NULL; local
206 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &&
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 123 struct cmsghdr * cmsghp = NULL; local
149 cmsghp = CMSG_FIRSTHDR(&msgh);
150 if (cmsghp != NULL) {
152 cmsghp->cmsg_level = SOL_SOCKET;
153 cmsghp->cmsg_type = SCM_RIGHTS;
154 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
155 *((int *)CMSG_DATA(cmsghp)) = sendfd;
156 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
186 struct cmsghdr *cmsghp = NULL; local
214 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &
    [all...]

Completed in 1496 milliseconds