Home
last modified time | relevance | path

Searched refs:processKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4757 void processKey(SingleTouchInputMapper& mapper, int32_t code, int32_t value);
4822 void SingleTouchInputMapperTest::processKey(SingleTouchInputMapper& mapper, int32_t code, in processKey() function in android::SingleTouchInputMapperTest
5542 processKey(mapper, BTN_LEFT, 1); in TEST_F()
5552 processKey(mapper, BTN_LEFT, 0); in TEST_F()
5563 processKey(mapper, BTN_RIGHT, 1); in TEST_F()
5564 processKey(mapper, BTN_MIDDLE, 1); in TEST_F()
5580 processKey(mapper, BTN_RIGHT, 0); in TEST_F()
5590 processKey(mapper, BTN_MIDDLE, 0); in TEST_F()
5601 processKey(mapper, BTN_BACK, 1); in TEST_F()
5615 processKey(mapper, BTN_BACK, 0); in TEST_F()
[all …]
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.h89 void processKey(nsecs_t when, nsecs_t readTime, bool down, int32_t scanCode, int32_t usageCode);
DKeyboardInputMapper.cpp217 processKey(rawEvent->when, rawEvent->readTime, rawEvent->value != 0, scanCode, in process()
271 void KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, int32_t scanCode, in processKey() function in android::KeyboardInputMapper