Searched refs:mLightBrightnessThreshold (Results 1 – 2 of 2) sorted by relevance
234 if (mLightBrightnessThreshold.size() != APS_LISTEN_PARAMS_LENGHT) { in NotifyLightChangeToAps()242 int32_t brightness = mLightBrightnessThreshold[0]; in NotifyLightChangeToAps()264 int32_t light = mLightBrightnessThreshold[1]; in NotifyLightChangeToAps()265 int32_t range = mLightBrightnessThreshold[2]; in NotifyLightChangeToAps()427 mLightBrightnessThreshold = threshold; in SetLightBrightnessThreshold()
235 std::vector<int32_t> mLightBrightnessThreshold; variable