Searched refs:EV_LED (Results 1 – 4 of 4) sorted by relevance
50 public static final int EV_LED = 0x11; field in Event87 case EV_LED -> UI_SET_LEDBIT; in forEventType()
254 case UI_SET_LEDBIT -> readArrayAsInts(() -> readEvdevEventCode(Event.EV_LED));
552 case EV_LED: in getCodeLabelsForType()
741 ev.type = EV_LED; in setLedStateLocked()2363 device->readDeviceBitMask(EVIOCGBIT(EV_LED, 0), device->ledBitmask); in openDeviceLocked()