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

/frameworks/native/services/inputflinger/
H A 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);
H A DEventHub.cpp544 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { function in class:android::EventHub
H A DInputReader.cpp2570 getEventHub()->setLedState(getDeviceId(), led, desiredState);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp759 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { function in namespace:android

Completed in 49 milliseconds