Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dkeymap.c403 return XKB_LED_INVALID; in xkb_keymap_led_get_index()
409 return XKB_LED_INVALID; in xkb_keymap_led_get_index()
Dstate.c1313 if (idx == XKB_LED_INVALID) in xkb_state_led_name_is_active()
/external/libxkbcommon/include/xkbcommon/
Dxkbcommon.h302 #define XKB_LED_INVALID (0xffffffff) macro