Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h245 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
320 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
DEventHub.cpp544 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp759 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState() function in android::FakeEventHub