Home
last modified time | relevance | path

Searched refs:xkb_state_get_keymap (Results 1 – 7 of 7) sorted by relevance

/external/libxkbcommon/xkbcommon/
Dxkbcommon.map49 xkb_state_get_keymap;
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-compat.h92 #define xkb_state_get_map(state) xkb_state_get_keymap(state)
Dxkbcommon.h1177 xkb_state_get_keymap(struct xkb_state *state);
/external/libxkbcommon/xkbcommon/test/
Dcommon.c363 keymap = xkb_state_get_keymap(state); in test_print_keycode_state()
Dinteractive-evdev.c252 keymap = xkb_state_get_keymap(kbd->state); in process_event()
Dstate.c53 keymap = xkb_state_get_keymap(state); in print_state()
/external/libxkbcommon/xkbcommon/src/
Dstate.c606 xkb_state_get_keymap(struct xkb_state *state) in xkb_state_get_keymap() function