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

/frameworks/native/services/inputflinger/
H A DEventHub.h247 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
313 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
H A DEventHub.cpp527 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { function in class:android::EventHub
H A DInputReader.cpp2453 getEventHub()->setLedState(getDeviceId(), led, desiredState);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp684 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { function in class:android::FakeEventHub

Completed in 2532 milliseconds