Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Dstate.c328 XKB_STATE_LEDS)); in test_update_mask_mods()
339 XKB_STATE_MODS_EFFECTIVE | XKB_STATE_LEDS)); in test_update_mask_mods()
349 XKB_STATE_MODS_EFFECTIVE | XKB_STATE_LEDS)); in test_update_mask_mods()
357 XKB_STATE_MODS_EFFECTIVE | XKB_STATE_LEDS)); in test_update_mask_mods()
Dcommon.c453 if (changed & XKB_STATE_LEDS) in test_print_state_changes()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h1218 XKB_STATE_LEDS = (1 << 8) enumerator
/external/libxkbcommon/xkbcommon/src/
Dstate.c720 mask |= XKB_STATE_LEDS; in get_state_component_changes()