Searched refs:BTN_SIDE (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/accumulator/ |
H A D | CursorButtonAccumulator.cpp | 33 mBtnSide = deviceContext.isKeyPressed(BTN_SIDE); in reset() 65 case BTN_SIDE: in process()
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | MouseInputMapper.cpp | 43 {BTN_SIDE, INPUT_USAGE_BUTTON_UNKNOWN},
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | input-event-codes.h | 313 #define BTN_SIDE 0x113 macro
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 4346 process(mapper, ARBITRARY_TIME, READ_TIME, EV_KEY, BTN_SIDE, 1); in TEST_F() 4366 process(mapper, ARBITRARY_TIME, READ_TIME, EV_KEY, BTN_SIDE, 0); in TEST_F() 5841 processKey(mapper, BTN_SIDE, 1); in TEST_F() 5855 processKey(mapper, BTN_SIDE, 0); in TEST_F() 7318 processKey(mapper, BTN_SIDE, 1); in TEST_F() 7332 processKey(mapper, BTN_SIDE, 0); in TEST_F()
|