Home
last modified time | relevance | path

Searched refs:xkb_keymap_ref (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/
Dxkbcommon.map27 xkb_keymap_ref;
/external/libxkbcommon/xkbcommon/
Dxkbcommon-compat.h55 #define xkb_map_ref(keymap) xkb_keymap_ref(keymap)
Dxkbcommon.h927 xkb_keymap_ref(struct xkb_keymap *keymap);
/external/libxkbcommon/src/
Dkeymap.c59 xkb_keymap_ref(struct xkb_keymap *keymap) in xkb_keymap_ref() function
Dstate.c594 ret->keymap = xkb_keymap_ref(keymap); in xkb_state_new()