Home | History | Annotate | Download | only in default

Lines Matching refs:light

19 #include <android/hardware/light/2.0/ILight.h>
28 namespace light {
32 using ::android::hardware::light::V2_0::ILight;
33 using ::android::hardware::light::V2_0::LightState;
34 using ::android::hardware::light::V2_0::Status;
35 using ::android::hardware::light::V2_0::Type;
42 struct Light : public ILight {
43 Light(std::map<Type, light_device_t*> &&lights);
45 // Methods from ::android::hardware::light::V2_0::ILight follow.
57 } // namespace light