Searched refs:InputDeviceLightInfo (Results 1 – 9 of 9) sorted by relevance
194 struct InputDeviceLightInfo { struct195 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() function291 void addLightInfo(const InputDeviceLightInfo& info);327 std::vector<InputDeviceLightInfo> getLights();359 std::unordered_map<int32_t, InputDeviceLightInfo> mLights;
260 void InputDeviceInfo::addLightInfo(const InputDeviceLightInfo& info) { in addLightInfo()287 std::vector<InputDeviceLightInfo> InputDeviceInfo::getLights() { in getLights()288 std::vector<InputDeviceLightInfo> infos; in getLights()
348 virtual std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) = 0;
114 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) { in getLights()
106 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) override;
280 InputDeviceLightInfo lightInfo(light->name, light->id, light->type, light->capabilityFlags, in populateDeviceInfo()
819 std::vector<InputDeviceLightInfo> InputReader::getLights(int32_t deviceId) { in getLights()
11193 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11214 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11240 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11261 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11284 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11313 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11341 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11377 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11417 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()11441 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()[all …]
2209 std::vector<InputDeviceLightInfo> lights = in nativeGetLights()2213 const InputDeviceLightInfo& lightInfo = lights[i]; in nativeGetLights()