Searched refs:hasLed (Results 1 – 5 of 5) sorted by relevance
326 inline bool hasLed(int32_t led) const { return mEventHub->hasLed(mId, led); } in hasLed() function
317 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;492 bool hasLed(int32_t deviceId, int32_t led) const override final;
417 ledState.avail = getDeviceContext().hasLed(led); in initializeLedState()
1187 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed() function in android::EventHub
860 bool hasLed(int32_t deviceId, int32_t led) const override { in hasLed() function in android::FakeEventHub