Home
last modified time | relevance | path

Searched defs:keycode (Results 1 - 13 of 13) sorted by relevance

/test/ostest/wukong/input_factory/src/
H A Dkeyboard_input.cpp45 int keycode = keycodelist[(uint32_t)(rand()) % keycodelist.size()]; in RandomInput() local
H A Dhardkey_input.cpp54 int keycode = MMI::KeyEvent::KEYCODE_VOLUME_UP + rand() % HARDKEY_COUNT; in RandomInput() local
/test/ostest/wukong/common/src/
H A Dmultimode_manager.cpp40 ErrCode MultimodeManager::SingleKeyCodeInput(int keycode, int downtime) in SingleKeyCodeInput() argument
90 int keycode = keycodelist_[(uint32_t)(rand()) % keycodelist_.size()]; in MultiKeyCodeInput() local
/third_party/alsa-utils/alsamixer/
H A Dcurskey.c10 int keycode; member
152 int keycode; in curskey_define_meta_keys() local
/third_party/eudev/src/udev/
H A Dudev-builtin-keyboard.c68 static void map_keycode(int fd, const char *devnode, int scancode, const char *keycode) in map_keycode() argument
207 const char *keycode; in builtin_keyboard() local
[all...]
/third_party/skia/tools/sk_app/android/
H A Dsurface_glue_android.cpp274 Java_org_skia_viewer_ViewerActivity_onKeyPressed(JNIEnv* env, jobject activity, jlong handle, jint keycode) Java_org_skia_viewer_ViewerActivity_onKeyPressed() argument
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed() argument
/third_party/libinput/include/linux/linux/
H A Dinput.h112 __u32 keycode; member
/third_party/libinput/include/linux/freebsd/
H A Dinput.h113 uint32_t keycode; member
/third_party/libevdev/include/linux/linux/
H A Dinput.h120 __u32 keycode; member
/third_party/glfw/src/
H A Dx11_window.c1148 int keycode = 0; in processEvent() local
[all...]
H A Dwl_window.c1190 const xkb_keycode_t keycode = scancode + 8; in inputText() local
1786 const xkb_keycode_t keycode = scancode + 8; in keyboardHandleKey() local
2701 const xkb_keycode_t keycode = scancode + 8; in _glfwGetScancodeNameWayland() local
/third_party/libinput/src/
H A Devdev-mt-touchpad.c2251 tp_key_is_modifier(unsigned int keycode) in tp_key_is_modifier() argument
2274 tp_key_ignore_for_dwt(unsigned int keycode) in tp_key_ignore_for_dwt() argument

Completed in 17 milliseconds