Searched refs:IsNeedUpdateLuminanceFunc (Results 1 – 2 of 2) sorted by relevance
89 using IsNeedUpdateLuminanceFunc = bool(*)(ScreenId); variable107 IsNeedUpdateLuminanceFunc isNeedUpdateLuminance_{nullptr};
162 …isNeedUpdateLuminance_ = reinterpret_cast<IsNeedUpdateLuminanceFunc>(dlsym(extLibHandle_, "IsNeedU… in LoadLumControl()