Home
last modified time | relevance | path

Searched refs:xkb_keymap_new (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dkeymap.c138 keymap = xkb_keymap_new(ctx, format, flags); in xkb_keymap_new_from_names()
191 keymap = xkb_keymap_new(ctx, format, flags); in xkb_keymap_new_from_buffer()
228 keymap = xkb_keymap_new(ctx, format, flags); in xkb_keymap_new_from_file()
Dkeymap-priv.c54 xkb_keymap_new(struct xkb_context *ctx, in xkb_keymap_new() function
Dkeymap.h441 xkb_keymap_new(struct xkb_context *ctx,
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c1162 keymap = xkb_keymap_new(ctx, format, flags); in xkb_x11_keymap_new_from_device()