Searched refs:getRawLightIds (Results 1 – 8 of 8) sorted by relevance
347 inline const std::vector<int32_t> getRawLightIds() { return mEventHub->getRawLightIds(mId); } in getRawLightIds() function
327 virtual std::vector<int32_t> getRawLightIds(int32_t deviceId) const = 0;540 std::vector<int32_t> getRawLightIds(int32_t deviceId) const override final;
114 MOCK_METHOD(std::vector<int32_t>, getRawLightIds, (int32_t deviceId), (const, override));
215 std::vector<int32_t> getRawLightIds(int32_t deviceId) const override;
587 std::vector<int32_t> FakeEventHub::getRawLightIds(int32_t deviceId) const { in getRawLightIds() function in android::FakeEventHub
334 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in dump()411 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in configureLights()
168 std::vector<int32_t> getRawLightIds(int32_t deviceId) const override { return {}; }; in getRawLightIds() function
1317 std::vector<int32_t> EventHub::getRawLightIds(int32_t deviceId) const { in getRawLightIds() function in android::EventHub