Home
last modified time | relevance | path

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

/aosp12/system/core/toolbox/
H A Dgetevent.c136 case EV_LED: in print_possible_events()
241 case EV_LED: in print_event()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h36 #define EV_LED 0x11 macro
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp229 TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGBIT(EV_LED, sizeof(mLedBitmask)), mLedBitmask)); in queryProperties()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp526 ev.type = EV_LED; in setLedStateLocked()
1975 device->readDeviceBitMask(EVIOCGBIT(EV_LED, 0), device->ledBitmask); in openDeviceLocked()