Searched refs:InputDeviceLightInfo (Results 1 – 8 of 8) sorted by relevance
166 struct InputDeviceLightInfo { struct167 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() argument231 void addLightInfo(const InputDeviceLightInfo& info);262 std::vector<InputDeviceLightInfo> getLights();283 std::unordered_map<int32_t, InputDeviceLightInfo> mLights;
243 void InputDeviceInfo::addLightInfo(const InputDeviceLightInfo& info) { in addLightInfo()259 std::vector<InputDeviceLightInfo> InputDeviceInfo::getLights() { in getLights()260 std::vector<InputDeviceLightInfo> infos; in getLights()
116 virtual std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) = 0;
102 std::vector<InputDeviceLightInfo> getLights(int32_t deviceId) override;
277 InputDeviceLightInfo lightInfo(light->name, light->id, light->type, 1 /* ordinal */); in populateDeviceInfo()
700 std::vector<InputDeviceLightInfo> InputReader::getLights(int32_t deviceId) { in getLights()
1988 std::vector<InputDeviceLightInfo> lights = in nativeGetLights()1992 const InputDeviceLightInfo& lightInfo = lights[i]; in nativeGetLights()
9090 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()9121 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()9143 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()9180 std::vector<InputDeviceLightInfo> lights = info.getLights(); in TEST_F()