Home
last modified time | relevance | path

Searched refs:keymap_new_from_string (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dxkbcomp.c136 .keymap_new_from_string = text_v1_keymap_new_from_string,
/external/libxkbcommon/xkbcommon/src/
Dkeymap.c176 if (!ops || !ops->keymap_new_from_string) { in xkb_keymap_new_from_buffer()
195 if (!ops->keymap_new_from_string(keymap, buffer, length)) { in xkb_keymap_new_from_buffer()
Dkeymap.h470 bool (*keymap_new_from_string)(struct xkb_keymap *keymap, member