Searched refs:xcam_device_ioctl (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/xcore/ |
D | drm_v4l2_buffer.cpp | 34 xcam_device_ioctl (handle, DRM_IOCTL_MODE_DESTROY_DUMB, &gem); in ~DrmV4l2Buffer()
|
D | xcam_common.cpp | 56 int xcam_device_ioctl (int fd, int cmd, void *arg) in xcam_device_ioctl() function
|
D | drm_display.cpp | 344 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()
|
D | v4l2_device.cpp | 194 return xcam_device_ioctl (_fd, cmd, arg); in io_control()
|
/external/libxcam/xcore/base/ |
D | xcam_common.h | 76 int xcam_device_ioctl (int fd, int cmd, void *arg);
|