Searched refs:xkb_keymap_new_from_buffer (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libxkbcommon/src/ |
H A D | keymap.c | 164 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 D | xkbcommon.map | 26 xkb_keymap_new_from_buffer;
|
H A D | NEWS | 809 xkb_keymap_new_from_buffer()
|
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | common.c | 321 keymap = xkb_keymap_new_from_buffer(context, buf, len, in test_compile_buffer()
|
/aosp_15_r20/external/libxkbcommon/include/xkbcommon/ |
H A D | xkbcommon.h | 918 xkb_keymap_new_from_buffer(struct xkb_context *context, const char *buffer,
|
/aosp_15_r20/external/libxkbcommon/tools/ |
H A D | interactive-wayland.c | 359 seat->keymap = xkb_keymap_new_from_buffer(seat->inter->ctx, buf, size - 1, in kbd_keymap()
|