Searched refs:queryBrightness (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | BrightnessController.cpp | 410 if (queryBrightness(brightness, &ghbm, &level) == NO_ERROR) { in processDisplayBrightness() 612 if (queryBrightness(mBrightnessFloatReq.get(), nullptr, nullptr, &sdr) != NO_ERROR) { in getSdrDimRatioForInstantHbm() 838 if (queryBrightness(brightness, &ghbm, &level, &mDisplayWhitePointNits)) { in updateStates() 913 int BrightnessController::queryBrightness(float brightness, bool *ghbm, uint32_t *level, in queryBrightness() function in BrightnessController
|
D | BrightnessController.h | 390 int queryBrightness(float brightness, bool* ghbm = nullptr, uint32_t* level = nullptr,
|