HomeSort by relevance Sort by last modified time
    Searched refs:UI_SET_RELBIT (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
uinput.h 60 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int)
  /bionic/libc/kernel/uapi/linux/
uinput.h 52 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int)
  /external/kernel-headers/original/uapi/linux/
uinput.h 139 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int)
  /external/ltp/testcases/kernel/input/
input_helper.c 219 SAFE_IOCTL(NULL, fd, UI_SET_RELBIT, REL_X);
220 SAFE_IOCTL(NULL, fd, UI_SET_RELBIT, REL_Y);
  /frameworks/native/services/vr/virtual_touchpad/tests/
VirtualTouchpad_test.cpp 162 expect.IoctlSetInt(UI_SET_RELBIT, REL_WHEEL);
164 expect.IoctlSetInt(UI_SET_RELBIT, REL_HWHEEL);
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.cpp 183 if (const int status = uinput_->IoctlSetInt(UI_SET_RELBIT, rel_type)) {

Completed in 754 milliseconds