Home | History | Annotate | Download | only in input

Lines Matching refs:led

509 bool EventHub::hasLed(int32_t deviceId, int32_t led) const {
512 if (device && led >= 0 && led <= LED_MAX) {
513 if (test_bit(led, device->ledBitmask)) {
520 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) {
523 if (device && !device->isVirtual() && led >= 0 && led <= LED_MAX) {
528 ev.code = led;