Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h396 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h239 bool hasLed(int32_t deviceId, int32_t led) const override { return mFdp->ConsumeBool(); } in hasLed() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp517 bool FakeEventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1503 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub