Home
last modified time | relevance | path

Searched refs:xkb_keymap_new_from_buffer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libxkbcommon/src/
H A Dkeymap.c164 return xkb_keymap_new_from_buffer(ctx, string, strlen(string), in xkb_keymap_new_from_string()
169 xkb_keymap_new_from_buffer(struct xkb_context *ctx, in xkb_keymap_new_from_buffer() function
/aosp_15_r20/external/libxkbcommon/
H A Dxkbcommon.map26 xkb_keymap_new_from_buffer;
H A DNEWS809 xkb_keymap_new_from_buffer()
/aosp_15_r20/external/libxkbcommon/test/
H A Dcommon.c321 keymap = xkb_keymap_new_from_buffer(context, buf, len, in test_compile_buffer()
/aosp_15_r20/external/libxkbcommon/include/xkbcommon/
H A Dxkbcommon.h918 xkb_keymap_new_from_buffer(struct xkb_context *context, const char *buffer,
/aosp_15_r20/external/libxkbcommon/tools/
H A Dinteractive-wayland.c359 seat->keymap = xkb_keymap_new_from_buffer(seat->inter->ctx, buf, size - 1, in kbd_keymap()