Searched defs:Surface (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/surfaceflinger/
H A DSurface.h43 class Surface;
81 sp<Surface> getSurface() const;
89 friend class Surface;
107 mutable sp<Surface> mSurfaceData;
112 class Surface : public SurfaceTextureClient class in namespace:android
125 explicit Surface(const sp<ISurfaceTexture>& st);
127 static status_t writeToParcel(const sp<Surface>& control, Parcel* parcel);
129 static sp<Surface> readFromParcel(const Parcel& data);
130 static bool isValid(const sp<Surface>& surface) {
150 Surface
[all...]
/frameworks/base/libs/gui/
H A DSurface.cpp17 #define LOG_TAG "Surface"
39 #include <surfaceflinger/Surface.h>
192 sp<Surface> SurfaceControl::getSurface() const
197 mSurfaceData = new Surface(surface_control);
203 // Surface
208 Surface::Surface(const sp<SurfaceControl>& surface) function in class:android::Surface
220 Surface::Surface(const Parcel& parcel, const sp<IBinder>& ref) function in class:android::Surface
236 Surface function in class:android::Surface
[all...]
/frameworks/base/core/java/android/view/
H A DSurface.java28 public class Surface implements Parcelable { class in inherits:Parcelable
29 private static final String LOG_TAG = "Surface";
39 * Create Surface from a {@link SurfaceTexture}.
41 * Images drawn to the Surface will be made available to the {@link
46 * Surface.
48 public Surface(SurfaceTexture surfaceTexture) { method in class:Surface
64 * Always call release() when you're done with a Surface. This will
90 return "Surface(name=" + mName + ", identity=" + getIdentity() + ")";
119 /** Surface is created hidden @hide */
244 public Surface(SurfaceSessio method in class:Surface
255 public Surface(SurfaceSession s, method in class:Surface
271 public Surface() { method in class:Surface
278 private Surface(Parcel source) throws OutOfResourcesException { method in class:Surface
[all...]

Completed in 72 milliseconds