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