Home
last modified time | relevance | path

Searched refs:BTN_SIDE (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/accumulator/
H A DCursorButtonAccumulator.cpp33 mBtnSide = deviceContext.isKeyPressed(BTN_SIDE); in reset()
65 case BTN_SIDE: in process()
/aosp12/hardware/libhardware/modules/input/evdev/
H A DMouseInputMapper.cpp43 {BTN_SIDE, INPUT_USAGE_BUTTON_UNKNOWN},
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h313 #define BTN_SIDE 0x113 macro
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp4346 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()