Searched refs:IoctlLocked (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.cpp | 84 extended_query_supported_ = (IoctlLocked(VIDIOC_QUERY_EXT_CTRL, &query) == 0); in Connect() 127 int V4L2Wrapper::IoctlLocked(unsigned long request, T data) { in IoctlLocked() function in v4l2_camera_hal::V4L2Wrapper 145 if (IoctlLocked(VIDIOC_STREAMON, &type) < 0) { in StreamOn() 162 int res = IoctlLocked(VIDIOC_STREAMOFF, &type); in StreamOff() 186 res = IoctlLocked(VIDIOC_QUERY_EXT_CTRL, result); in QueryControl() 200 if (IoctlLocked(VIDIOC_QUERYCTRL, &query)) { in QueryControl() 252 if (IoctlLocked(VIDIOC_G_EXT_CTRLS, &controls) < 0) { in GetControl() 259 if (IoctlLocked(VIDIOC_G_CTRL, &control) < 0) { in GetControl() 291 if (IoctlLocked(VIDIOC_S_EXT_CTRLS, &controls) < 0) { in SetControl() 298 if (IoctlLocked(VIDIOC_S_CTRL, &control) < 0) { in SetControl() [all …]
|
D | v4l2_wrapper.h | 101 int IoctlLocked(unsigned long request, T data);
|