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

/frameworks/native/services/inputflinger/
H A DEventHub.h414 status_t mapLed(Device* device, int32_t led, int32_t* outScanCode) const;
H A DEventHub.cpp519 if (device && mapLed(device, led, &sc) == NO_ERROR) {
535 if (device && !device->isVirtual() && mapLed(device, led, &sc) != NAME_NOT_FOUND) {
1517 status_t EventHub::mapLed(Device* device, int32_t led, int32_t* outScanCode) const { function in class:android::EventHub

Completed in 1773 milliseconds