Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurfaceControl.cpp48 SurfaceControl::SurfaceControl(const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle, in SurfaceControl() function in android::SurfaceControl
56 SurfaceControl::SurfaceControl(const sp<SurfaceControl>& other) { in SurfaceControl() function in android::SurfaceControl
DSurfaceComposerClient.cpp160 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
/frameworks/native/cmds/flatland/
DGLHelper.h27 class SurfaceControl; variable
/frameworks/base/cmds/bootanimation/
DBootAnimation.h41 class SurfaceControl; variable
/frameworks/base/core/java/android/view/
DSurfaceControl.java82 public final class SurfaceControl implements Parcelable { class
961 private SurfaceControl(SurfaceSession session, String name, int w, int h, int format, int flags, in SurfaceControl() method in SurfaceControl
1007 public SurfaceControl(@NonNull SurfaceControl other, @NonNull String callsite) { in SurfaceControl() method in SurfaceControl
1011 private SurfaceControl(Parcel in) { in SurfaceControl() method in SurfaceControl
1018 public SurfaceControl() { in SurfaceControl() method in SurfaceControl