Home
last modified time | relevance | path

Searched refs:mirrorDisplayId (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java6697 int mirrorDisplayId = mWmService.mDisplayManagerInternal.getDisplayIdToMirror(mDisplayId); in setDisplayMirroring() local
6698 if (mirrorDisplayId == INVALID_DISPLAY) { in setDisplayMirroring()
6702 if (mirrorDisplayId == mDisplayId) { in setDisplayMirroring()
6705 "Content Recording: Attempting to mirror self on %d", mirrorDisplayId); in setDisplayMirroring()
6713 DisplayContent mirrorDc = mRootWindowContainer.getDisplayContentOrCreate(mirrorDisplayId); in setDisplayMirroring()
6718 mirrorDisplayId); in setDisplayMirroring()
6727 mirrorDisplayId, mDisplayId); in setDisplayMirroring()
6738 mDisplayId, mirrorDisplayId); in setDisplayMirroring()