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

  /external/bluetooth/bluez/lib/
sdp.c 2892 uint8_t *reqbuf, *rspbuf, *p; local
2985 uint8_t *reqbuf, *rspbuf, *p; local
3278 uint8_t *reqbuf, *rspbuf; local
3443 uint8_t *reqbuf, *rspbuf; local
3585 uint8_t *reqbuf; \/* pointer to request PDU *\/ member in struct:sdp_transaction
4263 uint8_t *reqbuf, *rspbuf; local
    [all...]
  /hardware/ti/omap3/liboverlay/
v4l2_utils.c 489 struct v4l2_requestbuffers reqbuf; local
491 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
492 reqbuf.memory = V4L2_MEMORY_MMAP;
493 reqbuf.count = *num_bufs;
494 //reqbuf.reserved[0] = cacheable_buffers;
495 ret = ioctl(fd, VIDIOC_REQBUFS, &reqbuf);
497 error(fd, "reqbuf ioctl");
500 LOGI("%d buffers allocated %d requested\n", reqbuf.count, 4);
501 if (reqbuf.count > *num_bufs) {
505 *num_bufs = reqbuf.count
    [all...]

Completed in 70 milliseconds