Searched refs:mapLed (Results 1 – 2 of 2) sorted by relevance
696 status_t mapLed(int32_t led, int32_t* outScanCode) const;
737 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::Device1491 if (device != nullptr && device->mapLed(led, &sc) == NO_ERROR) { in hasLed()