Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h360 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h196 bool hasLed(int32_t deviceId, int32_t led) const override { return mFdp->ConsumeBool(); } in hasLed() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp492 bool FakeEventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1395 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub