Searched defs:outSurfaceControl (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/libs/gui/ |
H A D | SurfaceControl.cpp | 226 sp<SurfaceControl>* outSurfaceControl) { in readFromParcel() 255 sp<SurfaceControl>* outSurfaceControl) { in readNullableFromParcel()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayAreaOrganizerController.java | 277 SurfaceControl outSurfaceControl = new SurfaceControl(da.getSurfaceControl(), in onDisplayAreaAppeared() local 279 organizer.onDisplayAreaAppeared(da.getDisplayAreaInfo(), outSurfaceControl); in onDisplayAreaAppeared() local
|
H A D | WindowSurfaceController.java | 275 void getSurfaceControl(SurfaceControl outSurfaceControl) { in getSurfaceControl()
|
H A D | Session.java | 230 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayout()
|
H A D | WindowManagerService.java | 2218 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 D | WindowManagerWrapper.java | 227 SurfaceControl outSurfaceControl = new SurfaceControl(); in mirrorDisplay() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IWindowSession.aidl | 107 out MergedConfiguration outMergedConfiguration, out SurfaceControl outSurfaceControl, in relayout()
|
H A D | WindowlessWindowManager.java | 268 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayout()
|
H A D | IWindowManager.aidl | 724 boolean mirrorDisplay(int displayId, out SurfaceControl outSurfaceControl); in mirrorDisplay()
|