HomeSort by relevance Sort by last modified time
    Searched full:xioctl (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
camera.cc 44 int xioctl(int fd, int request, void* arg) { function in namespace:chromeos::__anon2965
86 int r = xioctl(fd, VIDIOC_ENUM_FRAMESIZES, &size);
92 r = xioctl(fd, VIDIOC_ENUM_FRAMESIZES, &size);
196 if (xioctl(fd, VIDIOC_QUERYCAP, &cap) == -1) {
225 if (xioctl(fd, VIDIOC_S_FMT, &format) == -1) {
283 if (xioctl(device_descriptor_, VIDIOC_QBUF, &buffer) == -1) {
290 if (xioctl(device_descriptor_, VIDIOC_STREAMON, &type) == -1) {
322 if (xioctl(device_descriptor_, VIDIOC_STREAMOFF, &type) == -1)
359 if (xioctl(fd, VIDIOC_REQBUFS, &req) == -1) {
375 if (xioctl(fd, VIDIOC_QUERYBUF, &buffer) == -1)
    [all...]
  /system/core/sh/
output.h 74 int xioctl(int, unsigned long, char *);
output.c 510 xioctl(int fd, unsigned long request, char *arg) function

Completed in 558 milliseconds