Home
last modified time | relevance | path

Searched refs:RgbLight (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h92 struct RgbLight : public Light { struct
93 explicit RgbLight(InputDeviceContext& context, int32_t id, in RgbLight() function
DPeripheralController.cpp114 bool PeripheralController::RgbLight::setLightColor(int32_t color) { in setLightColor()
160 std::optional<int32_t> PeripheralController::RgbLight::getLightColor() { in getLightColor()
250 void PeripheralController::RgbLight::dump(std::string& dump) { in dump()
438 std::make_unique<RgbLight>(getDeviceContext(), ++mNextId, rawRgbIds, rawGlobalId); in configureLights()