Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Dstate.c192 num_syms = xkb_state_key_get_syms(state, KEY_Q + EVDEV_OFFSET, &syms); in test_update_key()
204 num_syms = xkb_state_key_get_syms(state, KEY_KP1 + EVDEV_OFFSET, &syms); in test_update_key()
228 num_syms = xkb_state_key_get_syms(state, KEY_Q + EVDEV_OFFSET, &syms); in test_update_key()
232 num_syms = xkb_state_key_get_syms(state, KEY_6 + EVDEV_OFFSET, &syms); in test_update_key()
553 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation()
565 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation()
581 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation()
Dcommon.c89 nsyms = xkb_state_key_get_syms(state, kc, &syms); in test_key_seq_va()
/external/libxkbcommon/
Dxkbcommon.map52 xkb_state_key_get_syms;
DNEWS564 combine the operations of xkb_state_key_get_syms() and
/external/libxkbcommon/xkbcommon/
Dxkbcommon-compat.h82 xkb_state_key_get_syms(state, key, syms_out)
Dxkbcommon.h1471 xkb_state_key_get_syms(struct xkb_state *state, xkb_keycode_t key,
/external/libxkbcommon/tools/
Dtools-common.c69 nsyms = xkb_state_key_get_syms(state, keycode, &syms); in tools_print_keycode_state()
/external/libxkbcommon/src/
Dstate.c847 xkb_state_key_get_syms(struct xkb_state *state, xkb_keycode_t kc, in xkb_state_key_get_syms() function
926 num_syms = xkb_state_key_get_syms(state, kc, &syms); in xkb_state_key_get_one_sym()
1006 nsyms = xkb_state_key_get_syms(state, kc, &syms); in xkb_state_key_get_utf8()
/external/libxkbcommon/doc/
Dquick-guide.md153 num_keysyms = xkb_state_key_get_syms(state, keycode, &keysyms);