Searched refs:UI_SET_EVBIT (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | UinputDevice.cpp | 85 if (ioctl(fd, UI_SET_EVBIT, EV_KEY)) { in configureDevice() 97 if (ioctl(fd, UI_SET_EVBIT, EV_SYN)) { in configureDevice() 149 ioctl(fd, UI_SET_EVBIT, EV_ABS); in configureDevice() 168 ioctl(fd, UI_SET_EVBIT, EV_MSC); in configureDevice() 184 ioctl(fd, UI_SET_EVBIT, EV_REL); in configureDevice() 185 ioctl(fd, UI_SET_EVBIT, EV_ABS); in configureDevice()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 66 ioctl(fd, UI_SET_EVBIT, EV_KEY); in openUinput() 67 ioctl(fd, UI_SET_EVBIT, EV_SYN); in openUinput() 80 ioctl(fd, UI_SET_EVBIT, EV_REL); in openUinput() 92 ioctl(fd, UI_SET_EVBIT, EV_ABS); in openUinput() 104 ioctl(fd, UI_SET_EVBIT, EV_ABS); in openUinput()
|
D | com_android_server_tv_TvUinputBridge.cpp | 212 ioctl(mFd, UI_SET_EVBIT, EV_KEY); in Open() 222 ioctl(mFd, UI_SET_EVBIT, EV_ABS); in EnableAxesEvents()
|
/frameworks/base/cmds/uinput/tests/src/com/android/commands/uinput/tests/ |
D | EvemuParserTest.java | 99 assertThat(event.getConfiguration().get(UinputControlCode.UI_SET_EVBIT.getValue())) in testEventBitmapParsing() 116 assertThat(event.getConfiguration().get(UinputControlCode.UI_SET_EVBIT.getValue())) in testEventBitmapParsing_WithForceFeedback() 463 assertThat(regEvent.getConfiguration().get(UinputControlCode.UI_SET_EVBIT.getValue())) in testFreeDesktopEvemuRecording()
|
/frameworks/native/services/vr/virtual_touchpad/tests/ |
D | VirtualTouchpad_test.cpp | 155 expect.IoctlSetInt(UI_SET_EVBIT, EV_ABS); in TEST_F() 161 expect.IoctlSetInt(UI_SET_EVBIT, EV_REL); in TEST_F() 166 expect.IoctlSetInt(UI_SET_EVBIT, EV_KEY); in TEST_F()
|
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
D | Event.java | 55 UI_SET_EVBIT(100), enumConstant
|
D | JsonStyleParser.java | 249 case UI_SET_EVBIT -> readArrayAsInts(this::readEvdevEventType);
|
D | EvemuParser.java | 303 Event.UinputControlCode.UI_SET_EVBIT.getValue(), unboxIntList(eventTypesToSet)); in parseAxisBitmaps()
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | EvdevInjector.cpp | 325 if (const int status = uinput_->IoctlSetInt(UI_SET_EVBIT, type)) { in EnableEventType()
|
/frameworks/base/cmds/uinput/ |
D | README.md | 75 control code as an integer value or a string label (e.g. `"UI_SET_EVBIT"`), and data is a vector of 118 {"type":"UI_SET_EVBIT", "data":["EV_KEY", "EV_FF"]},
|