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

  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 123 struct cmsghdr * cmsghp = NULL; local
148 cmsghp = CMSG_FIRSTHDR(&msgh);
149 if (cmsghp != NULL) {
151 cmsghp->cmsg_level = SOL_SOCKET;
152 cmsghp->cmsg_type = SCM_RIGHTS;
153 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
154 *((int *)CMSG_DATA(cmsghp)) = sendfd;
155 LOGD("cmsg data=%d", *((int *) CMSG_DATA(cmsghp)));
185 struct cmsghdr * cmsghp = NULL; local
211 cmsghp = CMSG_FIRSTHDR(&msgh)
248 struct cmsghdr *cmsghp = NULL; local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 123 struct cmsghdr * cmsghp = NULL; local
148 cmsghp = CMSG_FIRSTHDR(&msgh);
149 if (cmsghp != NULL) {
151 cmsghp->cmsg_level = SOL_SOCKET;
152 cmsghp->cmsg_type = SCM_RIGHTS;
153 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
154 *((int *)CMSG_DATA(cmsghp)) = sendfd;
155 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
185 struct cmsghdr *cmsghp = NULL; local
214 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 123 struct cmsghdr * cmsghp = NULL; local
148 cmsghp = CMSG_FIRSTHDR(&msgh);
149 if (cmsghp != NULL) {
151 cmsghp->cmsg_level = SOL_SOCKET;
152 cmsghp->cmsg_type = SCM_RIGHTS;
153 cmsghp->cmsg_len = CMSG_LEN(sizeof(int));
154 *((int *)CMSG_DATA(cmsghp)) = sendfd;
155 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
185 struct cmsghdr *cmsghp = NULL; local
214 if( ((cmsghp = CMSG_FIRSTHDR(&msgh)) != NULL) &
    [all...]

Completed in 542 milliseconds