Home
last modified time | relevance | path

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

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