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

12

/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp60 status_t destroySurface(const sp<IBinder>& handle) override {
61 return callRemote<decltype(&ISurfaceComposerClient::destroySurface)>(Tag::DESTROY_SURFACE,
96 return callLocal(data, reply, &ISurfaceComposerClient::destroySurface);
H A DSurfaceControl.cpp67 mClient->destroySurface(mHandle);
H A DSurfaceComposerClient.cpp485 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::destroySurface( function in class:android::SurfaceComposerClient::Transaction
663 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { function in class:android::SurfaceComposerClient
666 status_t err = mClient->destroySurface(sid);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h43 void destroySurface(EGLSurface surface);
H A DVulkanManager.h89 void destroySurface(VulkanSurface* surface);
H A DEglManager.cpp341 void EglManager::destroySurface(EGLSurface surface) { function in class:android::uirenderer::renderthread::EglManager
H A DOpenGLPipeline.cpp148 mEglManager.destroySurface(mEglSurface);
H A DVulkanManager.cpp277 void VulkanManager::destroySurface(VulkanSurface* surface) { function in class:android::uirenderer::renderthread::VulkanManager
550 destroySurface(surface);
/frameworks/native/cmds/flatland/
H A DGLHelper.h60 void destroySurface(EGLSurface* surface);
H A DMain.cpp332 mGLHelper->destroySurface(&mSurface);
448 mGLHelper->destroySurface(&mWindowSurface);
450 mGLHelper->destroySurface(&mSurface);
H A DGLHelper.cpp168 void GLHelper::destroySurface(EGLSurface* surface) { function in class:android::GLHelper
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h59 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
H A DSurfaceComposerClient.h254 Transaction& destroySurface(const sp<SurfaceControl>& sc);
280 status_t destroySurface(const sp<IBinder>& id);
/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposerClient.h59 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
H A DSurfaceComposerClient.h254 Transaction& destroySurface(const sp<SurfaceControl>& sc);
280 status_t destroySurface(const sp<IBinder>& id);
/frameworks/native/services/surfaceflinger/
H A DClient.h65 virtual status_t destroySurface(const sp<IBinder>& handle);
H A DClient.cpp217 status_t Client::destroySurface(const sp<IBinder>& handle) { function in class:android::Client
/frameworks/native/services/surfaceflinger/tests/
H A DStress_test.cpp37 client->destroySurface(surf->getHandle());
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp134 mVkManager.destroySurface(mVkSurface);
H A DSkiaOpenGLPipeline.cpp207 mEglManager.destroySurface(mEglSurface);
/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.java824 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); method in interface:GLSurfaceView.EGLWindowSurfaceFactory
846 public void destroySurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1175 public void destroySurface() { method in class:GLSurfaceView.EglHelper
1177 Log.w("EglHelper", "destroySurface() tid=" + Thread.currentThread().getId());
1189 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1285 mEglHelper.destroySurface();
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java357 destroySurface();
631 private void destroySurface() { method in class:ColorFade
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java639 destroySurface();
1480 void destroySurface() { method in class:WindowStateAnimator
H A DRootWindowContainer.java538 winAnimator.destroySurface();

Completed in 391 milliseconds

12