Home
last modified time | relevance | path

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

/device/google/tangorpro/lights/
Dled_lut_calibrator.cpp41 std::string key = MakeLutKey(color, intensity); in GetByColorIntensity()
125 std::string key = MakeLutKey(color_name, intensity); in ParseBlock()
132 std::string LedLutCalibrator::MakeLutKey(const std::string &color, int intensity) const { in MakeLutKey() function in LedLutCalibrator
Dled_lut_calibrator.h37 std::string MakeLutKey(const std::string &color, int intensity) const;