Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h242 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
307 virtual bool hasLed(int32_t deviceId, int32_t led) const;
DEventHub.cpp501 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub
DInputReader.cpp2332 ledState.avail = getEventHub()->hasLed(getDeviceId(), led); in initializeLedState()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp652 virtual bool hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::FakeEventHub