Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvUinputBridge.cpp69 keysMap[KEYS[i].androidKeyCode] = KEYS[i].linuxKeyCode; in initKeysMap()
77 gamepadAndroidToLinuxKeyMap[GAMEPAD_KEYS[i].androidKeyCode] = in initGamepadKeyMap()
89 static int32_t getLinuxKeyCode(int32_t androidKeyCode) { in getLinuxKeyCode() argument
90 std::unordered_map<int, int>::iterator it = keysMap.find(androidKeyCode); in getLinuxKeyCode()
97 static int getGamepadkeyCode(int32_t androidKeyCode) { in getGamepadkeyCode() argument
99 gamepadAndroidToLinuxKeyMap.find(androidKeyCode); in getGamepadkeyCode()
H A Dcom_android_server_tv_GamepadKeys.h25 int32_t androidKeyCode; member
H A Dcom_android_server_tv_TvKeys.h13 int32_t androidKeyCode; member