Lines Matching refs:AbstractScreenController
47 AbstractScreenController::AbstractScreenController(std::recursive_mutex& mutex) in AbstractScreenController() function in OHOS::Rosen::AbstractScreenController
54 AbstractScreenController::~AbstractScreenController() = default;
56 void AbstractScreenController::Init() in Init()
62 void AbstractScreenController::RegisterRsScreenConnectionChangeListener() in RegisterRsScreenConnectionChangeListener()
77 std::vector<ScreenId> AbstractScreenController::GetAllScreenIds() const in GetAllScreenIds()
87 std::vector<ScreenId> AbstractScreenController::GetAllValidScreenIds(const std::vector<ScreenId>& s… in GetAllValidScreenIds()
104 const std::shared_ptr<RSDisplayNode>& AbstractScreenController::GetRSDisplayNodeByScreenId(ScreenId… in GetRSDisplayNodeByScreenId()
121 void AbstractScreenController::UpdateRSTree(ScreenId dmsScreenId, ScreenId parentScreenId, in UpdateRSTree()
145 DMError AbstractScreenController::AddSurfaceNodeToScreen(ScreenId dmsScreenId, in AddSurfaceNodeToScreen()
156 DMError AbstractScreenController::RemoveSurfaceNodeFromScreen(ScreenId dmsScreenId, in RemoveSurfaceNodeFromScreen()
167 sptr<AbstractScreen> AbstractScreenController::GetAbstractScreen(ScreenId dmsScreenId) const in GetAbstractScreen()
179 sptr<AbstractScreenGroup> AbstractScreenController::GetAbstractScreenGroup(ScreenId dmsScreenId) in GetAbstractScreenGroup()
190 ScreenId AbstractScreenController::GetDefaultAbstractScreenId() in GetDefaultAbstractScreenId()
210 ScreenId AbstractScreenController::ConvertToRsScreenId(ScreenId dmsScreenId) const in ConvertToRsScreenId()
216 ScreenId AbstractScreenController::ConvertToDmsScreenId(ScreenId rsScreenId) const in ConvertToDmsScreenId()
222 void AbstractScreenController::RegisterAbstractScreenCallback(sptr<AbstractScreenCallback> cb) in RegisterAbstractScreenCallback()
237 void AbstractScreenController::OnRsScreenConnectionChange(ScreenId rsScreenId, ScreenEvent screenEv… in OnRsScreenConnectionChange()
256 void AbstractScreenController::ProcessDefaultScreenReconnected(ScreenId rsScreenId) in ProcessDefaultScreenReconnected()
302 void AbstractScreenController::ProcessScreenConnected(ScreenId rsScreenId) in ProcessScreenConnected()
353 sptr<AbstractScreen> AbstractScreenController::InitAndGetScreen(ScreenId rsScreenId) in InitAndGetScreen()
379 void AbstractScreenController::ProcessScreenDisconnected(ScreenId rsScreenId) in ProcessScreenDisconnected()
422 bool AbstractScreenController::InitAbstractScreenModesInfo(sptr<AbstractScreen>& absScreen) in InitAbstractScreenModesInfo()
454 sptr<AbstractScreenGroup> AbstractScreenController::AddToGroupLocked(sptr<AbstractScreen> newScreen) in AddToGroupLocked()
466 void AbstractScreenController::RemoveDefaultScreenFromGroupLocked(sptr<AbstractScreen> screen) in RemoveDefaultScreenFromGroupLocked()
489 sptr<AbstractScreenGroup> AbstractScreenController::RemoveFromGroupLocked(sptr<AbstractScreen> scre… in RemoveFromGroupLocked()
509 bool AbstractScreenController::RemoveChildFromGroup(sptr<AbstractScreen> screen, sptr<AbstractScree… in RemoveChildFromGroup()
526 bool AbstractScreenController::CheckScreenInScreenGroup(sptr<AbstractScreen> screen) const in CheckScreenInScreenGroup()
539 sptr<AbstractScreenGroup> AbstractScreenController::AddAsFirstScreenLocked(sptr<AbstractScreen> new… in AddAsFirstScreenLocked()
580 sptr<AbstractScreenGroup> AbstractScreenController::AddAsSuccedentScreenLocked(sptr<AbstractScreen>… in AddAsSuccedentScreenLocked()
613 ScreenId AbstractScreenController::CreateVirtualScreen(VirtualScreenOption option, in CreateVirtualScreen()
648 sptr<AbstractScreen> AbstractScreenController::InitVirtualScreen(ScreenId dmsScreenId, ScreenId rsI… in InitVirtualScreen()
672 DMError AbstractScreenController::DestroyVirtualScreen(ScreenId screenId) in DestroyVirtualScreen()
711 DMError AbstractScreenController::SetVirtualScreenSurface(ScreenId screenId, sptr<Surface> surface) in SetVirtualScreenSurface()
727 void AbstractScreenController::SetBuildInDefaultOrientation(Orientation orientation) in SetBuildInDefaultOrientation()
734 DMError AbstractScreenController::SetOrientation(ScreenId screenId, Orientation newOrientation, in SetOrientation()
790 void AbstractScreenController::UpdateScreenGroupLayout(sptr<AbstractScreenGroup> screenGroup) in UpdateScreenGroupLayout()
833 void AbstractScreenController::SetScreenRotateAnimation( in SetScreenRotateAnimation()
890 void AbstractScreenController::SetDisplayNode(Rotation rotationAfter, in SetDisplayNode()
898 void AbstractScreenController::OpenRotationSyncTransaction() in OpenRotationSyncTransaction()
912 void AbstractScreenController::CloseRotationSyncTransaction() in CloseRotationSyncTransaction()
920 bool AbstractScreenController::SetRotation(ScreenId screenId, Rotation rotationAfter, in SetRotation()
952 DMError AbstractScreenController::GetScreenSupportedColorGamuts(ScreenId screenId, in GetScreenSupportedColorGamuts()
962 DMError AbstractScreenController::GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGam… in GetScreenColorGamut()
971 DMError AbstractScreenController::SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) in SetScreenColorGamut()
980 DMError AbstractScreenController::GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) in GetScreenGamutMap()
989 DMError AbstractScreenController::SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) in SetScreenGamutMap()
998 DMError AbstractScreenController::SetScreenColorTransform(ScreenId screenId) in SetScreenColorTransform()
1007 DMError AbstractScreenController::SetScreenActiveMode(ScreenId screenId, uint32_t modeId) in SetScreenActiveMode()
1043 void AbstractScreenController::ProcessScreenModeChanged(ScreenId dmsScreenId) in ProcessScreenModeChanged()
1079 DMError AbstractScreenController::MakeMirror(ScreenId screenId, std::vector<ScreenId> screens) in MakeMirror()
1113 DMError AbstractScreenController::StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombina… in StopScreens()
1154 void AbstractScreenController::ChangeScreenGroup(sptr<AbstractScreenGroup> group, const std::vector… in ChangeScreenGroup()
1185 void AbstractScreenController::AddScreenToGroup(sptr<AbstractScreenGroup> group, in AddScreenToGroup()
1224 bool AbstractScreenController::MakeExpand(std::vector<ScreenId> screenIds, std::vector<Point> start… in MakeExpand()
1242 void AbstractScreenController::RemoveVirtualScreenFromGroup(std::vector<ScreenId> screens) in RemoveVirtualScreenFromGroup()
1269 bool AbstractScreenController::OnRemoteDied(const sptr<IRemoteObject>& agent) in OnRemoteDied()
1290 ScreenId AbstractScreenController::ScreenIdManager::CreateAndGetNewScreenId(ScreenId rsScreenId) in CreateAndGetNewScreenId()
1307 bool AbstractScreenController::ScreenIdManager::DeleteScreenId(ScreenId dmsScreenId) in DeleteScreenId()
1319 bool AbstractScreenController::ScreenIdManager::HasDmsScreenId(ScreenId dmsScreenId) const in HasDmsScreenId()
1324 bool AbstractScreenController::ScreenIdManager::HasRsScreenId(ScreenId dmsScreenId) const in HasRsScreenId()
1329 bool AbstractScreenController::ScreenIdManager::ConvertToRsScreenId(ScreenId dmsScreenId, ScreenId&… in ConvertToRsScreenId()
1339 ScreenId AbstractScreenController::ScreenIdManager::ConvertToRsScreenId(ScreenId dmsScreenId) const in ConvertToRsScreenId()
1346 bool AbstractScreenController::ScreenIdManager::ConvertToDmsScreenId(ScreenId rsScreenId, ScreenId&… in ConvertToDmsScreenId()
1356 ScreenId AbstractScreenController::ScreenIdManager::ConvertToDmsScreenId(ScreenId rsScreenId) const in ConvertToDmsScreenId()
1363 void AbstractScreenController::NotifyScreenConnected(sptr<ScreenInfo> screenInfo) const in NotifyScreenConnected()
1376 void AbstractScreenController::NotifyScreenDisconnected(ScreenId screenId) const in NotifyScreenDisconnected()
1385 void AbstractScreenController::NotifyScreenChanged(sptr<ScreenInfo> screenInfo, ScreenChangeEvent e… in NotifyScreenChanged()
1398 void AbstractScreenController::NotifyScreenGroupChanged( in NotifyScreenGroupChanged()
1413 void AbstractScreenController::NotifyScreenGroupChanged( in NotifyScreenGroupChanged()
1427 bool AbstractScreenController::SetScreenPowerForAll(ScreenPowerState state, in SetScreenPowerForAll()
1482 ScreenPowerState AbstractScreenController::GetScreenPower(ScreenId dmsScreenId) const in GetScreenPower()
1510 DMError AbstractScreenController::SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) in SetVirtualPixelRatio()