Searched refs:brightnessInfo_ (Results 1 – 2 of 2) sorted by relevance
67 uint32_t brightness = brightnessInfo_.GetBrightness(); in GetValue()96 if (!brightnessInfo_.SetBrightness(value)) { in SetValue()97 DisplayErrors error = brightnessInfo_.GetServiceError(); in SetValue()114 brightnessInfo_.SetBrightness(brightness); in SystemSetValue()122 int32_t isAuto = brightnessInfo_.GetAutoMode(); in GetMode()137 if (!brightnessInfo_.SetAutoMode(static_cast<bool>(mode))) { in SetMode()155 brightnessInfo_.ScreenOn(screenOn, runningLock_); in SetKeepScreenOn()
97 BrightnessInfo brightnessInfo_; variable