Searched defs:getSurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java286 public Surface getSurface(); method in interface:SurfaceHolder
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java219 public Surface getSurface() { method in class:BaseSurfaceHolder
/frameworks/native/libs/gui/
H A DSurface.cpp187 sp<Surface> SurfaceControl::getSurface() const function in class:android::SurfaceControl
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp55 static inline EGLSurface getSurface(JNIEnv* env, jobject o) { function in namespace:android
167 EGLContext sur = getSurface(_env, surface);
450 EGLSurface sur = getSurface(_env, surface);
473 EGLSurface sdr = getSurface(_env, draw);
474 EGLSurface srd = getSurface(_env, read);
495 EGLSurface sur = getSurface(_env, surface);
H A Dandroid_view_Surface.cpp177 static sp<Surface> getSurface(JNIEnv* env, jobject surfaceObj) { function in namespace:android
191 result = control->getSurface();
203 return getSurface(env, surfaceObj);
239 sp<Surface> surface(getSurface(env, surfaceObj));
330 sp<Surface> surface(getSurface(env, surfaceObj));
340 sp<Surface> surface(getSurface(env, surfaceObj));
349 sp<Surface> surface(getSurface(env, surfaceObj));
377 sp<Surface> surface(getSurface(env, surfaceObj));
464 sp<Surface> surface(getSurface(env, surfaceObj));
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1173 public Surface getSurface() { method in class:Allocation
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp518 sp<ISurface> LayerBaseClient::getSurface() function in class:android::LayerBaseClient
524 "LayerBaseClient::getSurface() has already been called");

Completed in 123 milliseconds