Searched refs:hasLed (Results 1 – 5 of 5) sorted by relevance
335 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() function
321 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;499 bool hasLed(int32_t deviceId, int32_t led) const override final;
426 ledState.avail = getDeviceContext().hasLed(led); in initializeLedState()
1260 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub
966 bool hasLed(int32_t deviceId, int32_t led) const override { in hasLed() function in android::FakeEventHub