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

/frameworks/native/services/inputflinger/
H A DEventHub.h236 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
301 virtual bool hasLed(int32_t deviceId, int32_t led) const;
H A DEventHub.cpp494 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { function in class:android::EventHub
H A DInputReader.cpp2234 ledState.avail = getEventHub()->hasLed(getDeviceId(), led);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp654 virtual bool hasLed(int32_t deviceId, int32_t led) const { function in class:android::FakeEventHub

Completed in 3858 milliseconds