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

/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp69 virtual status_t destroySurface(const sp<IBinder>& handle) { function in class:android::BpSurfaceComposerClient
104 reply->writeInt32( destroySurface( data.readStrongBinder() ) );
H A DSurfaceControl.cpp64 mClient->destroySurface(mHandle);
H A DSurfaceComposerClient.cpp497 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { function in class:android::SurfaceComposerClient
500 status_t err = mClient->destroySurface(sid);
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h67 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
H A DSurfaceComposerClient.h123 status_t destroySurface(const sp<IBinder>& id);
/frameworks/native/services/surfaceflinger/
H A DClient.h61 virtual status_t destroySurface(const sp<IBinder>& handle);
H A DClient.cpp153 status_t Client::destroySurface(const sp<IBinder>& handle) { function in class:android::Client
/frameworks/native/cmds/flatland/
H A DGLHelper.h61 void destroySurface(EGLSurface* surface);
H A DMain.cpp260 mGLHelper->destroySurface(&mSurface);
379 mGLHelper->destroySurface(&mWindowSurface);
381 mGLHelper->destroySurface(&mSurface);
H A DGLHelper.cpp166 void GLHelper::destroySurface(EGLSurface* surface) { function in class:android::GLHelper
/frameworks/base/core/java/android/view/
H A DTextureView.java220 destroySurface();
230 private void destroySurface() { method in class:TextureView
344 destroySurface();
H A DHardwareRenderer.java1153 destroySurface();
1210 destroySurface();
1217 void destroySurface() { method in class:HardwareRenderer.GlRenderer
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java799 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); method in interface:GLSurfaceView.EGLWindowSurfaceFactory
821 public void destroySurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1146 public void destroySurface() { method in class:GLSurfaceView.EglHelper
1148 Log.w("EglHelper", "destroySurface() tid=" + Thread.currentThread().getId());
1160 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1255 mEglHelper.destroySurface();
/frameworks/base/services/java/com/android/server/wm/
H A DDimLayer.java249 void destroySurface() { method in class:DimLayer
250 if (DEBUG) Slog.v(TAG, "destroySurface.");
H A DWindowAnimator.java124 displayAnimator.mWindowAnimationBackgroundSurface.destroySurface();
132 displayAnimator.mDimAnimator.destroySurface();
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java195 destroySurface();
562 private void destroySurface() { method in class:ElectronBeam
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java2986 private void destroySurface(ViewManager.ChildView childView) { method in class:WebViewCore

Completed in 1332 milliseconds