Searched refs:InputDeviceLightInfo (Results 1 – 9 of 9) sorted by relevance
208 struct InputDeviceLightInfo { struct209 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() function306 void addLightInfo(const InputDeviceLightInfo& info);344 std::vector<InputDeviceLightInfo> getLights();380 std::unordered_map<int32_t, InputDeviceLightInfo> mLights;
268 void InputDeviceInfo::addLightInfo(const InputDeviceLightInfo& info) { in addLightInfo()292 std::vector<InputDeviceLightInfo> InputDeviceInfo::getLights() { in getLights()293 std::vector<InputDeviceLightInfo> infos; in getLights()
362 virtual std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) = 0;
103 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) override;
112 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) { in getLights()
280 InputDeviceLightInfo lightInfo(light->name, light->id, light->type, light->capabilityFlags, in populateDeviceInfo()
10284 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10309 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10327 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10353 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10374 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10397 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10426 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10454 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10490 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()10530 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()[all …]
806 std::vector<InputDeviceLightInfo> InputReader::getLights(int32_t deviceId) { in getLights()
2297 std::vector<InputDeviceLightInfo> lights = in nativeGetLights()2301 const InputDeviceLightInfo& lightInfo = lights[i]; in nativeGetLights()