Searched refs:hasLed (Results 1 – 5 of 5) sorted by relevance
254 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() function
224 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;300 virtual bool hasLed(int32_t deviceId, int32_t led) const override;
411 ledState.avail = getDeviceContext().hasLed(led); in initializeLedState()
618 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub
779 virtual bool hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::FakeEventHub