Lines Matching refs:rawRgbIds
134 setRawLightBrightness(rawRgbIds.at(LightColor::RED), red); in setLightColor()
135 setRawLightBrightness(rawRgbIds.at(LightColor::GREEN), green); in setLightColor()
136 setRawLightBrightness(rawRgbIds.at(LightColor::BLUE), blue); in setLightColor()
172 std::optional<int32_t> redOr = getRawLightBrightness(rawRgbIds.at(LightColor::RED)); in getLightColor()
173 std::optional<int32_t> greenOr = getRawLightBrightness(rawRgbIds.at(LightColor::GREEN)); in getLightColor()
174 std::optional<int32_t> blueOr = getRawLightBrightness(rawRgbIds.at(LightColor::BLUE)); in getLightColor()
255 dump += StringPrintf(INDENT4 "Raw RGB LEDs: [%d, %d, %d] ", rawRgbIds.at(LightColor::RED), in dump()
256 rawRgbIds.at(LightColor::GREEN), rawRgbIds.at(LightColor::BLUE)); in dump()
404 std::unordered_map<LightColor, int32_t /* rawLightId */> rawRgbIds; in configureLights() local
448 rawRgbIds.emplace(LightColor::RED, rawId); in configureLights()
452 rawRgbIds.emplace(LightColor::GREEN, rawId); in configureLights()
456 rawRgbIds.emplace(LightColor::BLUE, rawId); in configureLights()
482 ALOGD("Rgb light ids [%d, %d, %d] \n", rawRgbIds.at(LightColor::RED), in configureLights()
483 rawRgbIds.at(LightColor::GREEN), rawRgbIds.at(LightColor::BLUE)); in configureLights()
485 bool isKeyboardBacklight = keyboardBacklightIds.find(rawRgbIds.at(LightColor::RED)) != in configureLights()
487 keyboardBacklightIds.find(rawRgbIds.at(LightColor::GREEN)) != in configureLights()
489 keyboardBacklightIds.find(rawRgbIds.at(LightColor::BLUE)) != in configureLights()
499 rawRgbIds, rawGlobalId); in configureLights()
502 rawInfos.erase(rawRgbIds.at(LightColor::RED)); in configureLights()
503 rawInfos.erase(rawRgbIds.at(LightColor::GREEN)); in configureLights()
504 rawInfos.erase(rawRgbIds.at(LightColor::BLUE)); in configureLights()