Searched refs:UI_SET_EVBIT (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | UinputDevice.cpp | 82 if (ioctl(fd, UI_SET_EVBIT, EV_KEY)) { in configureDevice() 94 if (ioctl(fd, UI_SET_EVBIT, EV_SYN)) { in configureDevice() 137 ioctl(fd, UI_SET_EVBIT, EV_KEY); in configureDevice() 138 ioctl(fd, UI_SET_EVBIT, EV_REL); in configureDevice() 139 ioctl(fd, UI_SET_EVBIT, EV_ABS); in configureDevice()
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/tests/ |
H A 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()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | uinput.h | 50 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) macro
|
/aosp12/frameworks/base/services/core/jni/ |
H A 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()
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | EvdevInjector.cpp | 325 if (const int status = uinput_->IoctlSetInt(UI_SET_EVBIT, type)) { in EnableEventType()
|
/aosp12/system/core/init/ |
H A D | keychords_test.cpp | 86 if (::ioctl(fd, UI_SET_EVBIT, EV_KEY) == -1) { in init()
|
/aosp12/frameworks/base/cmds/uinput/ |
H A D | README.md | 93 {"type":100, "data":[1, 21]}, // UI_SET_EVBIT : EV_KEY and EV_FF
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | ioctl_defines | 1058 define(`UI_SET_EVBIT', `0x40045564')
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | ioctl_defines | 1058 define(`UI_SET_EVBIT', `0x40045564')
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | ioctl_defines | 1058 define(`UI_SET_EVBIT', `0x40045564')
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | ioctl_defines | 2448 define(`UI_SET_EVBIT', `0x40045564')
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | ioctl_defines | 2457 define(`UI_SET_EVBIT', `0x40045564')
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | ioctl_defines | 2480 define(`UI_SET_EVBIT', `0x40045564')
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | ioctl_defines | 2480 define(`UI_SET_EVBIT', `0x40045564')
|
/aosp12/system/sepolicy/public/ |
H A D | ioctl_defines | 2480 define(`UI_SET_EVBIT', `0x40045564')
|