Searched refs:mapLed (Results 1 – 2 of 2) sorted by relevance
429 status_t mapLed(Device* device, int32_t led, int32_t* outScanCode) const;
587 if (device && mapLed(device, led, &sc) == NO_ERROR) { in hasLed()603 if (device && device->hasValidFd() && mapLed(device, led, &sc) != NAME_NOT_FOUND) { in setLedStateLocked()1705 status_t EventHub::mapLed(Device* device, int32_t led, int32_t* outScanCode) const { in mapLed() function in android::EventHub