Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/include/input/
H A DInputDevice.h209 struct InputDeviceLightInfo { struct
210 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() function
221 std::string name;
223 int32_t id;
225 InputDeviceLightType type;
227 ftl::Flags<InputDeviceLightCapability> capabilityFlags;
229 int32_t ordinal;
231 std::set<BrightnessLevel> preferredBrightnessLevels;