Home
last modified time | relevance | path

Searched defs:hasLed (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h326 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1187 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp876 bool hasLed(int32_t deviceId, int32_t led) const override { in hasLed() function in android::FakeEventHub