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

/frameworks/base/services/input/
H A DEventHub.h217 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
280 virtual bool hasLed(int32_t deviceId, int32_t led) const;
H A DEventHub.cpp501 bool EventHub::hasLed(int32_t deviceId, int32_t led) const {
H A DInputReader.cpp2206 ledState.avail = getEventHub()->hasLed(getDeviceId(), led);
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp640 virtual bool hasLed(int32_t deviceId, int32_t led) const { function in class:android::FakeEventHub

Completed in 110 milliseconds