Searched refs:UI_SET_ABSBIT (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | UinputDevice.cpp | 150 ioctl(fd, UI_SET_ABSBIT, ABS_PRESSURE); in configureDevice() 186 ioctl(fd, UI_SET_ABSBIT, ABS_MT_SLOT); in configureDevice() 187 ioctl(fd, UI_SET_ABSBIT, ABS_MT_TOUCH_MAJOR); in configureDevice() 188 ioctl(fd, UI_SET_ABSBIT, ABS_MT_POSITION_X); in configureDevice() 189 ioctl(fd, UI_SET_ABSBIT, ABS_MT_POSITION_Y); in configureDevice() 190 ioctl(fd, UI_SET_ABSBIT, ABS_MT_TRACKING_ID); in configureDevice() 191 ioctl(fd, UI_SET_ABSBIT, ABS_MT_TOOL_TYPE); in configureDevice() 192 ioctl(fd, UI_SET_ABSBIT, ABS_MT_PRESSURE); in configureDevice()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 94 ioctl(fd, UI_SET_ABSBIT, ABS_MT_SLOT); in openUinput() 95 ioctl(fd, UI_SET_ABSBIT, ABS_MT_POSITION_X); in openUinput() 96 ioctl(fd, UI_SET_ABSBIT, ABS_MT_POSITION_Y); in openUinput() 97 ioctl(fd, UI_SET_ABSBIT, ABS_MT_TRACKING_ID); in openUinput() 98 ioctl(fd, UI_SET_ABSBIT, ABS_MT_TOOL_TYPE); in openUinput() 99 ioctl(fd, UI_SET_ABSBIT, ABS_MT_TOUCH_MAJOR); in openUinput() 100 ioctl(fd, UI_SET_ABSBIT, ABS_MT_PRESSURE); in openUinput() 110 ioctl(fd, UI_SET_ABSBIT, ABS_X); in openUinput() 111 ioctl(fd, UI_SET_ABSBIT, ABS_Y); in openUinput() 112 ioctl(fd, UI_SET_ABSBIT, ABS_TILT_X); in openUinput() [all …]
|
D | com_android_server_tv_TvUinputBridge.cpp | 231 if (ioctl(mFd, UI_SET_ABSBIT, axis) != 0) { in EnableAxis()
|
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
D | Event.java | 58 UI_SET_ABSBIT(103), enumConstant 84 case EV_ABS -> UI_SET_ABSBIT; in forEventType()
|
D | JsonStyleParser.java | 252 case UI_SET_ABSBIT -> readArrayAsInts(() -> readEvdevEventCode(Event.EV_ABS));
|
/frameworks/native/services/vr/virtual_touchpad/tests/ |
D | VirtualTouchpad_test.cpp | 156 expect.IoctlSetInt(UI_SET_ABSBIT, ABS_MT_POSITION_X); in TEST_F() 157 expect.IoctlSetInt(UI_SET_ABSBIT, ABS_MT_POSITION_Y); in TEST_F() 159 expect.IoctlSetInt(UI_SET_ABSBIT, ABS_MT_SLOT); in TEST_F()
|
/frameworks/base/cmds/uinput/tests/src/com/android/commands/uinput/tests/ |
D | EvemuParserTest.java | 105 assertThat(event.getConfiguration().contains(UinputControlCode.UI_SET_ABSBIT.getValue())) in testEventBitmapParsing() 467 assertThat(regEvent.getConfiguration().get(UinputControlCode.UI_SET_ABSBIT.getValue())) in testFreeDesktopEvemuRecording()
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | EvdevInjector.cpp | 146 if (const int status = uinput_->IoctlSetInt(UI_SET_ABSBIT, abs_type)) { in ConfigureAbs()
|
/frameworks/base/cmds/uinput/ |
D | README.md | 120 {"type":"UI_SET_ABSBIT", "data":["ABS_Y", "ABS_WHEEL"]},
|