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

/frameworks/native/include/gui/
H A DISurfaceComposerClient.h69 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
H A DSurfaceComposerClient.h145 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.cpp154 status_t Client::destroySurface(const sp<IBinder>& handle) { function in class:android::Client
/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp73 virtual status_t destroySurface(const sp<IBinder>& handle) { function in class:android::BpSurfaceComposerClient
129 reply->writeInt32(destroySurface( data.readStrongBinder() ) );
H A DSurfaceControl.cpp64 mClient->destroySurface(mHandle);
H A DSurfaceComposerClient.cpp593 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { function in class:android::SurfaceComposerClient
596 status_t err = mClient->destroySurface(sid);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h64 void destroySurface(EGLSurface surface);
H A DEglManager.cpp241 void EglManager::destroySurface(EGLSurface surface) { function in class:android::uirenderer::renderthread::EglManager
H A DCanvasContext.cpp103 mEglManager.destroySurface(mEglSurface);
/frameworks/native/cmds/flatland/
H A DGLHelper.h61 void destroySurface(EGLSurface* surface);
H A DMain.cpp334 mGLHelper->destroySurface(&mSurface);
453 mGLHelper->destroySurface(&mWindowSurface);
455 mGLHelper->destroySurface(&mSurface);
H A DGLHelper.cpp169 void GLHelper::destroySurface(EGLSurface* surface) { function in class:android::GLHelper
/frameworks/base/core/java/android/view/
H A DTextureView.java221 destroySurface();
225 private void destroySurface() { method in class:TextureView
364 destroySurface();
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayerController.java77 state.dimLayer.destroySurface();
288 state.dimLayer.destroySurface();
299 state.dimLayer.destroySurface();
H A DDimLayer.java355 void destroySurface() { method in class:DimLayer
356 if (DEBUG_DIM_LAYER) Slog.v(TAG, "destroySurface.");
H A DTaskPositioner.java324 mDimLayer.destroySurface();
H A DWindowStateAnimator.java881 destroySurface();
2011 void destroySurface() { method in class:WindowStateAnimator
H A DTaskStack.java849 mAnimationBackgroundSurface.destroySurface();
H A DWindowManagerService.java9511 wsa.destroySurface();
9520 wsa.destroySurface();
9564 winAnimator.destroySurface();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java263 public void destroySurface() { method in class:BlockingGLTextureView.EglHelper
411 mEglHelper.destroySurface();
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java807 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); method in interface:GLSurfaceView.EGLWindowSurfaceFactory
829 public void destroySurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1158 public void destroySurface() { method in class:GLSurfaceView.EglHelper
1160 Log.w("EglHelper", "destroySurface() tid=" + Thread.currentThread().getId());
1172 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1268 mEglHelper.destroySurface();
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java359 destroySurface();
631 private void destroySurface() { method in class:ColorFade

Completed in 316 milliseconds