Home
last modified time | relevance | path

Searched refs:UI_SET_EVBIT (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp85 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/
Dcom_android_server_companion_virtual_InputController.cpp66 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()
Dcom_android_server_tv_TvUinputBridge.cpp212 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/
DEvemuParserTest.java99 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/
DVirtualTouchpad_test.cpp155 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/
DEvent.java55 UI_SET_EVBIT(100), enumConstant
DJsonStyleParser.java249 case UI_SET_EVBIT -> readArrayAsInts(this::readEvdevEventType);
DEvemuParser.java303 Event.UinputControlCode.UI_SET_EVBIT.getValue(), unboxIntList(eventTypesToSet)); in parseAxisBitmaps()
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp325 if (const int status = uinput_->IoctlSetInt(UI_SET_EVBIT, type)) { in EnableEventType()
/frameworks/base/cmds/uinput/
DREADME.md75 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"]},