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

  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 121 struct msghdr msgh; local
130 memset(&msgh, 0, sizeof(msgh));
131 msgh.msg_name = NULL;
132 msgh.msg_namelen = 0;
136 msgh.msg_iov = iov;
137 msgh.msg_iovlen = 1;
141 msgh.msg_control = NULL;
142 msgh.msg_controllen = 0;
146 msgh.msg_control = control
183 struct msghdr msgh; local
246 struct msghdr msgh; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 121 struct msghdr msgh; local
130 memset(&msgh, 0, sizeof(msgh));
131 msgh.msg_name = NULL;
132 msgh.msg_namelen = 0;
136 msgh.msg_iov = iov;
137 msgh.msg_iovlen = 1;
141 msgh.msg_control = NULL;
142 msgh.msg_controllen = 0;
146 msgh.msg_control = control
183 struct msghdr msgh; local
246 struct msghdr msgh; local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 121 struct msghdr msgh; local
130 memset(&msgh, 0, sizeof(msgh));
131 msgh.msg_name = NULL;
132 msgh.msg_namelen = 0;
136 msgh.msg_iov = iov;
137 msgh.msg_iovlen = 1;
141 msgh.msg_control = NULL;
142 msgh.msg_controllen = 0;
146 msgh.msg_control = control
183 struct msghdr msgh; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 121 struct msghdr msgh; local
130 memset(&msgh, 0, sizeof(msgh));
131 msgh.msg_name = NULL;
132 msgh.msg_namelen = 0;
136 msgh.msg_iov = iov;
137 msgh.msg_iovlen = 1;
141 msgh.msg_control = NULL;
142 msgh.msg_controllen = 0;
146 msgh.msg_control = control
183 struct msghdr msgh; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 116 struct msghdr msgh; local
125 memset(&msgh, 0, sizeof(msgh));
126 msgh.msg_name = NULL;
127 msgh.msg_namelen = 0;
131 msgh.msg_iov = iov;
132 msgh.msg_iovlen = 1;
135 msgh.msg_control = NULL;
136 msgh.msg_controllen = 0;
140 msgh.msg_control = control;
176 struct msghdr msgh; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 121 struct msghdr msgh; local
131 memset(&msgh, 0, sizeof(msgh));
132 msgh.msg_name = NULL;
133 msgh.msg_namelen = 0;
137 msgh.msg_iov = iov;
138 msgh.msg_iovlen = 1;
142 msgh.msg_control = NULL;
143 msgh.msg_controllen = 0;
147 msgh.msg_control = control
184 struct msghdr msgh; local
    [all...]
  /external/iputils/ninfod/
ninfod.c 290 struct msghdr msgh; local
301 memset(&msgh, 0, sizeof(msgh));
302 msgh.msg_name = (struct sockaddr *)&p->addr;
303 msgh.msg_namelen = sizeof(p->addr);
304 msgh.msg_iov = iov;
305 msgh.msg_iovlen = 1;
306 msgh.msg_control = recvcbuf;
307 msgh.msg_controllen = sizeof(recvcbuf);
309 if ((cc = recvmsg(sock, &msgh, 0)) < 0
336 struct msghdr msgh; local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/gopher/
GopherClient.java 139 MessageHeader msgh = new MessageHeader(); local
144 msgh.add("content-type", "text/plain");
147 msgh.add("content-type", "text/html");
151 msgh.add("content-type", "image/gif");
154 msgh.add("content-type", "content/unknown");
164 msgh.add("content-type", "text/html");
166 msgh.add("content-type", "text/html");
168 connection.setProperties(msgh);
169 if (msgh.findValue("content-type") == "text/html") {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 417 MessageHeader msgh = new MessageHeader(); local
444 msgh.add("content-length", Long.toString(l));
468 msgh.add("content-type", "text/plain");
469 msgh.add("access-type", "directory");
471 msgh.add("access-type", "file");
477 msgh.add("content-type", ftype);
489 msgh.add("content-type", "text/plain");
490 msgh.add("access-type", "directory");
499 setProperties(msgh);
  /external/selinux/libselinux/src/
setrans_client.c 82 struct msghdr msgh; local
110 memset(&msgh, 0, sizeof(msgh));
111 msgh.msg_iov = iov;
112 msgh.msg_iovlen = sizeof(iov) / sizeof(iov[0]);
118 while (((count = sendmsg(fd, &msgh, MSG_NOSIGNAL)) < 0)

Completed in 728 milliseconds