Home
last modified time | relevance | path

Searched refs:IsNeedUpdateLuminanceFunc (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.h89 using IsNeedUpdateLuminanceFunc = bool(*)(ScreenId); variable
107 IsNeedUpdateLuminanceFunc isNeedUpdateLuminance_{nullptr};
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/
H A Drs_luminance_control.cpp162 …isNeedUpdateLuminance_ = reinterpret_cast<IsNeedUpdateLuminanceFunc>(dlsym(extLibHandle_, "IsNeedU… in LoadLumControl()