Home
last modified time | relevance | path

Searched refs:hasLed (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h326 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() function
DEventHub.h317 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
492 bool hasLed(int32_t deviceId, int32_t led) const override final;
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp417 ledState.avail = getDeviceContext().hasLed(led); in initializeLedState()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1187 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp860 bool hasLed(int32_t deviceId, int32_t led) const override { in hasLed() function in android::FakeEventHub