Searched refs:HgmScreenType (Results 1 – 3 of 3) sorted by relevance
29 HgmScreenType HgmScreenInfo::GetScreenType(ScreenId screenId) in GetScreenType()32 return (screenId == 0) ? HgmScreenType::LTPO : HgmScreenType::LTPS; in GetScreenType()35 bool HgmScreenInfo::IsLtpoType(HgmScreenType screenType) in IsLtpoType()37 if (screenType >= HgmScreenType::LTPO) { in IsLtpoType()
27 enum HgmScreenType { enum39 HgmScreenType panelType;50 HgmScreenType GetScreenType(ScreenId screenId);51 bool IsLtpoType(HgmScreenType screenType);
57 HgmScreenType screenType = HgmScreenType::LTPO;71 HgmScreenType screenType = HgmScreenType::LTPS;