Home
last modified time | relevance | path

Searched defs:outSurfaceControl (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DSurfaceControl.cpp226 sp<SurfaceControl>* outSurfaceControl) { in readFromParcel()
255 sp<SurfaceControl>* outSurfaceControl) { in readNullableFromParcel()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaOrganizerController.java277 SurfaceControl outSurfaceControl = new SurfaceControl(da.getSurfaceControl(), in onDisplayAreaAppeared() local
279 organizer.onDisplayAreaAppeared(da.getDisplayAreaInfo(), outSurfaceControl); in onDisplayAreaAppeared() local
H A DWindowSurfaceController.java275 void getSurfaceControl(SurfaceControl outSurfaceControl) { in getSurfaceControl()
H A DSession.java230 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayout()
H A DWindowManagerService.java2218 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayoutWindow()
2614 private int createSurfaceControl(SurfaceControl outSurfaceControl, int result, in createSurfaceControl()
8542 public boolean mirrorDisplay(int displayId, SurfaceControl outSurfaceControl) { in mirrorDisplay()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DWindowManagerWrapper.java227 SurfaceControl outSurfaceControl = new SurfaceControl(); in mirrorDisplay() local
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl107 out MergedConfiguration outMergedConfiguration, out SurfaceControl outSurfaceControl, in relayout()
H A DWindowlessWindowManager.java268 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayout()
H A DIWindowManager.aidl724 boolean mirrorDisplay(int displayId, out SurfaceControl outSurfaceControl); in mirrorDisplay()