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

/external/libxcam/xcore/
H A Ddrm_v4l2_buffer.cpp34 xcam_device_ioctl (handle, DRM_IOCTL_MODE_DESTROY_DUMB, &gem);
H A Dxcam_common.cpp56 int xcam_device_ioctl (int fd, int cmd, void *arg) function
H A Ddrm_display.cpp344 ret = xcam_device_ioctl (_fd, DRM_IOCTL_MODE_CREATE_DUMB, &gem);
348 ret = xcam_device_ioctl (_fd, DRM_IOCTL_PRIME_HANDLE_TO_FD, &prime);
383 ret = (XCamReturn) xcam_device_ioctl(_fd, DRM_IOCTL_PRIME_FD_TO_HANDLE, &prime);
H A Dv4l2_device.cpp194 return xcam_device_ioctl (_fd, cmd, arg);
/external/libxcam/xcore/base/
H A Dxcam_common.h76 int xcam_device_ioctl (int fd, int cmd, void *arg);

Completed in 227 milliseconds