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