Searched refs:processDisplayBrightness (Results 1 – 3 of 3) sorted by relevance
371 int BrightnessController::processDisplayBrightness(float brightness, const nsecs_t vsyncNs, in processDisplayBrightness() function in BrightnessController468 return processDisplayBrightness(brightness.value(), vsyncNs); in setBrightnessNits()482 return processDisplayBrightness(brightness.value(), vsyncNs); in setBrightnessDbv()
71 int processDisplayBrightness(float bl, const nsecs_t vsyncNs, bool waitPresent = false);
4272 ret = mBrightnessController->processDisplayBrightness(brightness, mVsyncPeriod, in setDisplayBrightness()