Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h244 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
319 virtual bool hasLed(int32_t deviceId, int32_t led) const;
DEventHub.cpp532 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp754 virtual bool hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::FakeEventHub