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

  /external/wpa_supplicant_8/src/wps/
http_client.c 252 struct wpabuf *req_buf = NULL; local
261 req_buf = wpabuf_alloc(os_strlen(url) + 1000);
262 if (req_buf == NULL) {
266 req = req_buf;
282 wpabuf_free(req_buf);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 69 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst
268 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
285 char *buf = dst->req_buf;
545 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
699 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
719 char *buf = dst->req_buf;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 599 struct v4l2_requestbuffers req_buf; local
655 req_buf.count = 1;
656 req_buf.type = info->buf_type;
657 req_buf.memory = V4L2_MEMORY_DMABUF;
658 if (exynos_v4l2_reqbufs(fd, &req_buf) < 0) {
1940 struct v4l2_requestbuffers req_buf; local
    [all...]
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 437 struct v4l2_requestbuffers req_buf; local
541 req_buf.count = 1;
542 req_buf.type = info->buf_type;
543 req_buf.memory = V4L2_MEMORY_USERPTR;
544 if (exynos_v4l2_reqbufs(fd, &req_buf) < 0) {

Completed in 1367 milliseconds