Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp168 std::optional<int32_t> redOr = getRawLightBrightness(rawRgbIds.at(LightColor::RED)); in getLightColor() local
172 if (!redOr.has_value() || !greenOr.has_value() || !blueOr.has_value()) { in getLightColor()
179 int32_t red = round(redOr.value() * ratio); in getLightColor()
186 red = redOr.value(); in getLightColor()