Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.cpp202 node->addKeys(KEY_UP, KEY_LEFT, KEY_RIGHT, KEY_DOWN, KEY_BACK, KEY_PLAYPAUSE, in getNexusRemote()
221 node->addKeys(KEY_BACK, KEY_HOMEPAGE, BTN_A, BTN_B, BTN_X, BTN_Y, BTN_TL, BTN_TR, in getAsusGamepad()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvKeys.h26 {KEY_BACK, AKEYCODE_BACK},
/aosp12/system/core/init/
H A Dkeychords_test.cpp169 const std::vector<int> triple2_chord = {KEY_VOLUMEDOWN, KEY_VOLUMEUP, KEY_BACK};
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h210 #define KEY_BACK 158 macro