Searched refs:LIGHT_MAX_LUX (Results 1 – 1 of 1) sorted by relevance
26 const int LIGHT_MAX_LUX = 40000; variable205 if (lux > LIGHT_MAX_LUX) { in GetValidLux()207 lux = LIGHT_MAX_LUX; in GetValidLux()