Home
last modified time | relevance | path

Searched refs:isKeyPressed (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.cpp1295 mBtnLeft = device->isKeyPressed(BTN_LEFT); in reset()
1296 mBtnRight = device->isKeyPressed(BTN_RIGHT); in reset()
1297 mBtnMiddle = device->isKeyPressed(BTN_MIDDLE); in reset()
1298 mBtnBack = device->isKeyPressed(BTN_BACK); in reset()
1299 mBtnSide = device->isKeyPressed(BTN_SIDE); in reset()
1300 mBtnForward = device->isKeyPressed(BTN_FORWARD); in reset()
1301 mBtnExtra = device->isKeyPressed(BTN_EXTRA); in reset()
1302 mBtnTask = device->isKeyPressed(BTN_TASK); in reset()
1457 mBtnTouch = device->isKeyPressed(BTN_TOUCH); in reset()
1458 mBtnStylus = device->isKeyPressed(BTN_STYLUS); in reset()
[all …]
DInputReader.h314 bool isKeyPressed(int32_t code) { in isKeyPressed() function