Searched defs:SurfaceControl (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/cmds/flatland/ |
H A D | GLHelper.h | 27 class SurfaceControl; variable
|
/aosp12/frameworks/native/libs/gui/ |
H A D | SurfaceControl.cpp | 51 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 D | SurfaceComposerClient.cpp | 177 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | RemoteAnimationTargetCompat.java | 262 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrap()
|
H A D | RemoteTransitionCompat.java | 214 ArrayMap<SurfaceControl, SurfaceControl> leashMap, IBinder transition) { in setup()
|
/aosp12/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.h | 40 class SurfaceControl; variable
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 89 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
|