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

  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
virtual_device_base.cpp 30 bool DoIoctl(int fd, int request, const uint32_t value) {
70 if (!DoIoctl(fd_, UI_SET_EVBIT, evt_type)) {
77 if (!DoIoctl(fd_, UI_SET_KEYBIT, key)) {
84 if (!DoIoctl(fd_, UI_SET_PROPBIT, property)) {
91 if (!DoIoctl(fd_, UI_SET_ABSBIT, abs)) {
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 108 if (-1 == DoIoctl(VIDIOC_S_FMT, &fmt)) {
206 if (-1 == DoIoctl(VIDIOC_REQBUFS, &req)) {
214 if (-1 == DoIoctl(VIDIOC_REQBUFS, &req)) {
238 if (-1 == DoIoctl(VIDIOC_STREAMON, &type)) {
266 if (-1 == DoIoctl(VIDIOC_STREAMOFF, &type)) {
320 int32_t V4L2Device::DoIoctl(int32_t request, void* arg) {
352 if (-1 == DoIoctl(VIDIOC_DQBUF, &buf)) {
379 if (-1 == DoIoctl(VIDIOC_DQBUF, &buf)) {
414 if (-1 == DoIoctl(VIDIOC_QBUF, &buf)) {
425 if (-1 == DoIoctl(VIDIOC_QBUF, &buf))
    [all...]

Completed in 95 milliseconds