Home
last modified time | relevance | path

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

/frameworks/native/cmds/flatland/
DGLHelper.h27 class SurfaceControl; variable
/frameworks/native/libs/gui/
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
DSurfaceComposerClient.cpp166 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java240 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrap()
DRemoteTransitionCompat.java184 ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in setup()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h40 class SurfaceControl; variable
/frameworks/base/core/java/android/view/
DSurfaceControl.java87 public final class SurfaceControl implements Parcelable { class
1408 private SurfaceControl(SurfaceSession session, String name, int w, int h, int format, int flags, in SurfaceControl() method in SurfaceControl
1454 public SurfaceControl(@NonNull SurfaceControl other, @NonNull String callsite) { in SurfaceControl() method in SurfaceControl
1458 private SurfaceControl(Parcel in) { in SurfaceControl() method in SurfaceControl
1465 public SurfaceControl() { in SurfaceControl() method in SurfaceControl