Home
last modified time | relevance | path

Searched defs:SurfaceControl (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/cmds/flatland/
H A DGLHelper.h27 class SurfaceControl; variable
/aosp12/frameworks/native/libs/gui/
H A DSurfaceControl.cpp51 SurfaceControl::SurfaceControl(const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle, in SurfaceControl() function in android::SurfaceControl
65 SurfaceControl::SurfaceControl(const sp<SurfaceControl>& other) { in SurfaceControl() function in android::SurfaceControl
H A DSurfaceComposerClient.cpp177 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java262 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrap()
H A DRemoteTransitionCompat.java214 ArrayMap<SurfaceControl, SurfaceControl> leashMap, IBinder transition) { in setup()
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h40 class SurfaceControl; variable
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java89 public final class SurfaceControl implements Parcelable { class
1493 private SurfaceControl(SurfaceSession session, String name, int w, int h, int format, int flags, in SurfaceControl() method in SurfaceControl
1539 public SurfaceControl(@NonNull SurfaceControl other, @NonNull String callsite) { in SurfaceControl() method in SurfaceControl
1543 private SurfaceControl(Parcel in) { in SurfaceControl() method in SurfaceControl
1550 public SurfaceControl() { in SurfaceControl() method in SurfaceControl