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

  /external/ltp/testcases/kernel/input/
input05.c 86 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY);
input06.c 86 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY);
87 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_REP);
input03.c 85 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY);
input_helper.c 216 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY);
218 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_REL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
uinput.h 58 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
  /device/google/wahoo/folio_daemon/
main.cpp 59 err = TEMP_FAILURE_RETRY(ioctl(uinputFd, UI_SET_EVBIT, EV_SW))
60 | TEMP_FAILURE_RETRY(ioctl(uinputFd, UI_SET_EVBIT, EV_SYN))
  /bionic/libc/kernel/uapi/linux/
uinput.h 50 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
  /external/kernel-headers/original/uapi/linux/
uinput.h 137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
virtual_device_base.cpp 70 if (!DoIoctl(fd_, UI_SET_EVBIT, evt_type)) {
  /frameworks/native/services/vr/virtual_touchpad/tests/
VirtualTouchpad_test.cpp 155 expect.IoctlSetInt(UI_SET_EVBIT, EV_ABS);
161 expect.IoctlSetInt(UI_SET_EVBIT, EV_REL);
166 expect.IoctlSetInt(UI_SET_EVBIT, EV_KEY);
  /frameworks/base/services/core/jni/
com_android_server_tv_TvUinputBridge.cpp 151 ioctl(fd, UI_SET_EVBIT, EV_KEY);
157 ioctl(fd, UI_SET_EVBIT, EV_MSC);
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.cpp 325 if (const int status = uinput_->IoctlSetInt(UI_SET_EVBIT, type)) {
  /device/google/contexthub/sensorhal/
hubconnection.cpp     [all...]

Completed in 422 milliseconds