Searched defs:hasLed (Results 1 – 4 of 4) sorted by relevance
396 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() function
239 bool hasLed(int32_t deviceId, int32_t led) const override { return mFdp->ConsumeBool(); } in hasLed() function
517 bool FakeEventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::FakeEventHub
1503 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub