Searched refs:xioctl (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.cc44 int xioctl(int fd, int request, void* arg) { function in namespace:chromeos::__anon1981
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(f
[all...]

Completed in 100 milliseconds