Home
last modified time | relevance | path

Searched refs:mapLed (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h696 status_t mapLed(int32_t led, int32_t* outScanCode) const;
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp737 if (hasValidFd() && mapLed(led, &sc) != NAME_NOT_FOUND) { in setLedStateLocked()
758 status_t EventHub::Device::mapLed(int32_t led, int32_t* outScanCode) const { in mapLed() function in android::EventHub::Device
1491 if (device != nullptr && device->mapLed(led, &sc) == NO_ERROR) { in hasLed()