Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp174 std::optional<int32_t> blueOr = getRawLightBrightness(rawRgbIds.at(LightColor::BLUE)); in getLightColor() local
176 if (!redOr.has_value() || !greenOr.has_value() || !blueOr.has_value()) { in getLightColor()
185 int32_t blue = round(blueOr.value() * ratio); in getLightColor()
192 blue = blueOr.value(); in getLightColor()