Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvUinputBridge.cpp76 for (size_t i = 0; i < NELEM(GAMEPAD_KEYS); i++) { in initGamepadKeyMap()
77 gamepadAndroidToLinuxKeyMap[GAMEPAD_KEYS[i].androidKeyCode] = in initGamepadKeyMap()
78 GAMEPAD_KEYS[i].linuxUinputKeyCode; in initGamepadKeyMap()
334 for (size_t i = 0; i < NELEM(GAMEPAD_KEYS); i++) { in openGamepad()
335 descriptor.EnableKey(GAMEPAD_KEYS[i].linuxUinputKeyCode); in openGamepad()
511 for (size_t i = 0; i < NELEM(GAMEPAD_KEYS); i++) { in nativeClear()
512 connection->sendEvent(EV_KEY, GAMEPAD_KEYS[i].linuxUinputKeyCode, 0); in nativeClear()
Dcom_android_server_tv_GamepadKeys.h29 static const GamepadKey GAMEPAD_KEYS[] = { variable