Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h225 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
299 virtual bool hasLed(int32_t deviceId, int32_t led) const;
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp391 ledState.avail = getEventHub()->hasLed(getDeviceId(), led); in initializeLedState()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp596 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp723 virtual bool hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::FakeEventHub