Home
last modified time | relevance | path

Searched refs:DoIoctl (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc108 if (-1 == DoIoctl(VIDIOC_S_FMT, &fmt)) { in InitDevice()
206 if (-1 == DoIoctl(VIDIOC_REQBUFS, &req)) { in UninitDevice()
214 if (-1 == DoIoctl(VIDIOC_REQBUFS, &req)) { in UninitDevice()
238 if (-1 == DoIoctl(VIDIOC_STREAMON, &type)) { in StartCapture()
266 if (-1 == DoIoctl(VIDIOC_STREAMOFF, &type)) { in StopCapture()
320 int32_t V4L2Device::DoIoctl(int32_t request, void* arg) { in DoIoctl() function in V4L2Device
352 if (-1 == DoIoctl(VIDIOC_DQBUF, &buf)) { in ReadOneFrame()
379 if (-1 == DoIoctl(VIDIOC_DQBUF, &buf)) { in ReadOneFrame()
414 if (-1 == DoIoctl(VIDIOC_QBUF, &buf)) { in EnqueueBuffer()
425 if (-1 == DoIoctl(VIDIOC_QBUF, &buf)) { in EnqueueBuffer()
[all …]
Dmedia_v4l2_device.h111 int32_t DoIoctl(int32_t request, void* arg);