Home
last modified time | relevance | path

Searched refs:IsHdrOnFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/luminance/
H A Drs_luminance_control.h83 using IsHdrOnFunc = bool(*)(ScreenId); variable
101 IsHdrOnFunc isHdrOn_{nullptr};
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/
H A Drs_luminance_control.cpp109 isHdrOn_ = reinterpret_cast<IsHdrOnFunc>(dlsym(extLibHandle_, "IsHdrOn")); in LoadStatusControl()