Home
last modified time | relevance | path

Searched refs:UI_SET_KEYBIT (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp71 ioctl(fd, UI_SET_KEYBIT, keyCode); in openUinput()
76 ioctl(fd, UI_SET_KEYBIT, keyCode); in openUinput()
81 ioctl(fd, UI_SET_KEYBIT, BTN_LEFT); in openUinput()
82 ioctl(fd, UI_SET_KEYBIT, BTN_RIGHT); in openUinput()
83 ioctl(fd, UI_SET_KEYBIT, BTN_MIDDLE); in openUinput()
84 ioctl(fd, UI_SET_KEYBIT, BTN_BACK); in openUinput()
85 ioctl(fd, UI_SET_KEYBIT, BTN_FORWARD); in openUinput()
93 ioctl(fd, UI_SET_KEYBIT, BTN_TOUCH); in openUinput()
105 ioctl(fd, UI_SET_KEYBIT, BTN_TOUCH); in openUinput()
106 ioctl(fd, UI_SET_KEYBIT, BTN_STYLUS); in openUinput()
[all …]
Dcom_android_server_tv_TvUinputBridge.cpp218 ioctl(mFd, UI_SET_KEYBIT, keyCode); in EnableKey()
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DEvent.java56 UI_SET_KEYBIT(101), enumConstant
82 case EV_KEY -> UI_SET_KEYBIT; in forEventType()
DJsonStyleParser.java250 case UI_SET_KEYBIT -> readArrayAsInts(() -> readEvdevEventCode(Event.EV_KEY));
/frameworks/base/cmds/uinput/tests/src/com/android/commands/uinput/tests/
DEvemuParserTest.java101 assertThat(event.getConfiguration().get(UinputControlCode.UI_SET_KEYBIT.getValue())) in testEventBitmapParsing()
465 assertThat(regEvent.getConfiguration().get(UinputControlCode.UI_SET_KEYBIT.getValue())) in testFreeDesktopEvemuRecording()
/frameworks/native/services/vr/virtual_touchpad/tests/
DVirtualTouchpad_test.cpp167 expect.IoctlSetInt(UI_SET_KEYBIT, BTN_TOUCH); in TEST_F()
168 expect.IoctlSetInt(UI_SET_KEYBIT, BTN_BACK); in TEST_F()
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp91 if (ioctl(fd, UI_SET_KEYBIT, key)) { in configureDevice()
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp124 if (const int status = uinput_->IoctlSetInt(UI_SET_KEYBIT, key)) { in ConfigureKey()
/frameworks/base/cmds/uinput/
DREADME.md119 {"type":"UI_SET_KEYBIT", "data":["KEY_0", "KEY_1", "KEY_2", "KEY_3"]},