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

/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DSurface.java45 * Surface is storing data and data format description, that are using
48 public abstract class Surface implements Transparency{ class in inherits:Transparency
68 // Surface Types
92 protected long surfaceDataPtr; // Pointer for Native Surface data
99 * Surface should clear this list when its data is updated.
110 * Lock Native Surface data
115 * Unlock Native Surface data
120 * Dispose Native Surface data
123 public abstract Surface getImageSurface();
142 * Returns could or coldn't the Surface b
[all...]
/frameworks/base/include/surfaceflinger/
H A DSurface.h40 class Surface;
82 sp<Surface> getSurface() const;
102 friend class Surface;
125 mutable sp<Surface> mSurfaceData;
130 class Surface class in namespace:android
131 : public EGLNativeBase<android_native_window_t, Surface, RefBase>
144 Surface(const Parcel& data);
146 static bool isValid(const sp<Surface>& surface) {
151 const sp<Surface>& lhs, const sp<Surface>
[all...]
/frameworks/base/libs/surfaceflinger/
H A DLayerBase.cpp727 sp<LayerBaseClient::Surface> LayerBaseClient::getSurface()
729 sp<Surface> s;
739 sp<LayerBaseClient::Surface> LayerBaseClient::createSurface() const
741 return new Surface(mFlinger, clientIndex(), mIdentity,
755 LayerBaseClient::Surface::Surface( function in class:android::LayerBaseClient::Surface
763 LayerBaseClient::Surface::~Surface()
776 sp<LayerBaseClient> LayerBaseClient::Surface::getOwner() const {
781 status_t LayerBaseClient::Surface
[all...]
H A DLayerBase.h315 class Surface;
337 sp<Surface> getSurface();
338 virtual sp<Surface> createSurface() const;
343 class Surface : public BnSurface class in class:android::LayerBaseClient
350 Surface(const sp<SurfaceFlinger>& flinger,
353 virtual ~Surface();
374 friend class Surface;
379 mutable wp<Surface> mClientSurface;
/frameworks/base/libs/surfaceflinger_client/
H A DSurface.cpp17 #define LOG_TAG "Surface"
41 #include <surfaceflinger/Surface.h>
288 sp<Surface> SurfaceControl::getSurface() const
292 mSurfaceData = new Surface(const_cast<SurfaceControl*>(this));
298 // Surface
301 Surface::Surface(const sp<SurfaceControl>& surface) function in class:android::Surface
314 Surface::Surface(const Parcel& parcel) function in class:android::Surface
337 void Surface
[all...]
/frameworks/base/core/java/android/view/
H A DSurface.java29 public class Surface implements Parcelable { class in inherits:Parcelable
30 private static final String LOG_TAG = "Surface";
35 /** Surface is created hidden */
186 public Surface(SurfaceSession s, method in class:Surface
200 public Surface(SurfaceSession s, method in class:Surface
216 public Surface() { method in class:Surface
291 public native void copyFrom(Surface o);
391 return "Surface(name=" + mName + ", identity=" + getIdentity() + ")";
394 private Surface(Parcel source) throws OutOfResourcesException { method in class:Surface
405 public static final Parcelable.Creator<Surface> CREATO
[all...]

Completed in 451 milliseconds