Searched refs:MirrorScreenType (Results 1 – 5 of 5) sorted by relevance
56 enum class MirrorScreenType : int32_t { enum124 void SetMirrorScreenType(MirrorScreenType type);125 MirrorScreenType GetMirrorScreenType();241 MirrorScreenType mirrorScreenType_ { MirrorScreenType::VIRTUAL_MIRROR };
50 if (screenSession->GetMirrorScreenType() == MirrorScreenType::PHYSICAL_MIRROR) { in FilterPhysicalAndVirtualScreen()52 } else if (screenSession->GetMirrorScreenType() == MirrorScreenType::VIRTUAL_MIRROR) { in FilterPhysicalAndVirtualScreen()
1286 screenSession->SetMirrorScreenType(MirrorScreenType::PHYSICAL_MIRROR); in CreatePhysicalMirrorSessionInner()2741 screenSession->SetMirrorScreenType(MirrorScreenType::VIRTUAL_MIRROR); in CreateVirtualScreen()
167 MirrorScreenType mirrorType = MirrorScreenType::VIRTUAL_MIRROR;187 MirrorScreenType mirrorType = MirrorScreenType::VIRTUAL_MIRROR;189 MirrorScreenType res = screenSession->GetMirrorScreenType();
180 void ScreenSession::SetMirrorScreenType(MirrorScreenType mirrorType) in SetMirrorScreenType()185 MirrorScreenType ScreenSession::GetMirrorScreenType() in GetMirrorScreenType()