Home
last modified time | relevance | path

Searched defs:InputDeviceLightInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/include/input/
DInputDevice.h194 struct InputDeviceLightInfo { struct
195 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() function
206 std::string name;
208 int32_t id;
210 InputDeviceLightType type;
212 ftl::Flags<InputDeviceLightCapability> capabilityFlags;
214 int32_t ordinal;
216 std::set<BrightnessLevel> preferredBrightnessLevels;