Searched refs:destroySurface (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/include/surfaceflinger/
H A DISurfaceComposerClient.h66 virtual status_t destroySurface(SurfaceID sid) = 0;
H A DSurfaceComposerClient.h150 status_t destroySurface(SurfaceID sid);
/frameworks/base/libs/gui/
H A DISurfaceComposerClient.cpp86 virtual status_t destroySurface(SurfaceID sid) function in class:android::BpSurfaceComposerClient
121 reply->writeInt32( destroySurface( data.readInt32() ) );
H A DSurfaceComposerClient.cpp378 status_t SurfaceComposerClient::destroySurface(SurfaceID sid) { function in class:android::SurfaceComposerClient
381 status_t err = mClient->destroySurface(sid);
H A DSurface.cpp65 mClient->destroySurface(mToken);
/frameworks/base/core/java/android/view/
H A DTextureView.java206 destroySurface();
209 private void destroySurface() { method in class:TextureView
312 destroySurface();
H A DHardwareRenderer.java660 destroySurface();
717 destroySurface();
724 void destroySurface() { method in class:HardwareRenderer.GlRenderer
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java789 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); method in interface:GLSurfaceView.EGLWindowSurfaceFactory
811 public void destroySurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1059 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1142 public void destroySurface() { method in class:GLSurfaceView.EglHelper
1144 Log.w("EglHelper", "destroySurface() tid=" + Thread.currentThread().getId());
1150 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1231 mEglHelper.destroySurface();
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.h78 virtual status_t destroySurface(SurfaceID surfaceId);
250 status_t destroySurface(const wp<LayerBaseClient>& layer);
H A DLayerBase.cpp578 mFlinger->destroySurface(mLayer);
H A DSurfaceFlinger.cpp1177 // from the user because there is a race between Client::destroySurface(),
1401 status_t SurfaceFlinger::destroySurface(const wp<LayerBaseClient>& layer)
2560 status_t Client::destroySurface(SurfaceID sid) {
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java2773 private void destroySurface(ViewManager.ChildView childView) { method in class:WebViewCore

Completed in 128 milliseconds