Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp1045 static const int32_t GAMEPAD_KEYCODES[] = { variable
1277 for (size_t i = 0; i < sizeof(GAMEPAD_KEYCODES)/sizeof(GAMEPAD_KEYCODES[0]); i++) { in openDeviceLocked()
1278 if (hasKeycodeLocked(device, GAMEPAD_KEYCODES[i])) { in openDeviceLocked()