Home
last modified time | relevance | path

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

/external/libxkbcommon/
Dxkbcommon.map49 xkb_state_get_keymap;
/external/libxkbcommon/xkbcommon/
Dxkbcommon-compat.h92 #define xkb_state_get_map(state) xkb_state_get_keymap(state)
Dxkbcommon.h1331 xkb_state_get_keymap(struct xkb_state *state);
/external/libxkbcommon/tools/
Dtools-common.c67 keymap = xkb_state_get_keymap(state); in tools_print_keycode_state()
Dinteractive-evdev.c263 keymap = xkb_state_get_keymap(kbd->state); in process_event()
/external/libxkbcommon/test/
Dstate.c55 keymap = xkb_state_get_keymap(state); in print_state()
/external/libxkbcommon/src/
Dstate.c618 xkb_state_get_keymap(struct xkb_state *state) in xkb_state_get_keymap() function