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

/frameworks/native/services/inputflinger/
H A DEventHub.h237 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
302 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
H A DEventHub.cpp506 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { function in class:android::EventHub
H A DInputReader.cpp2252 getEventHub()->setLedState(getDeviceId(), led, desiredState);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp659 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { function in class:android::FakeEventHub

Completed in 411 milliseconds