Searched refs:destroy (Results 126 - 150 of 185) sorted by relevance

12345678

/frameworks/wilhelm/src/itf/
H A DIObject.c527 // The pre-destroy hook is called with mutex locked, and should block until it is safe to
528 // destroy. It is OK to unlock the mutex temporarily, as it long as it re-locks the mutex
549 VoidHook destroy = clazz->mDestroy; local
574 // The destroy hook is called with mutex locked
575 if (NULL != destroy) {
576 (*destroy)(thiz);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java244 abstract void destroy(boolean full); method in class:HardwareRenderer
946 * Checks for OpenGL errors. If an error has occured, {@link #destroy(boolean)}
967 destroy(true);
986 destroy(true);
1152 // In case we need to destroy an existing surface
1200 void destroy(boolean full) { method in class:HardwareRenderer.GlRenderer
1957 void destroy(boolean full) { method in class:HardwareRenderer.Gl20Renderer
1959 super.destroy(full);
H A DSurface.java174 public void destroy() { method in class:Surface
H A DSurfaceControl.java291 public void destroy() { method in class:SurfaceControl
H A DTextureView.java225 Log.w(LOG_TAG, "TextureView was not able to destroy its surface: " + this);
246 mLayer.destroy();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java242 mTest.destroy();
455 rs.destroy();
/frameworks/rs/
H A DrsScriptGroup.cpp27 if (mRSC->mHal.funcs.scriptgroup.destroy) {
28 mRSC->mHal.funcs.scriptgroup.destroy(mRSC, this);
H A DrsProgramVertex.cpp35 mRSC->mHal.funcs.vertex.destroy(mRSC, this);
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h46 void destroy();
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java88 * See {@link WebView#destroy()}.
93 public void destroy(); method in interface:WebViewProvider
/frameworks/base/services/java/com/android/server/wm/
H A DBlackFrame.java148 mBlackSurfaces[i].surface.destroy();
H A DDimLayer.java252 mDimSurface.destroy();
H A DAppWindowAnimator.java119 thumbnail.destroy();
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java141 webView.destroy();
/frameworks/base/tests/BrowserTestPlugin/jni/
H A Dmain.cpp88 pluginFuncs->destroy = NPP_Destroy;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java145 webView.destroy();
/frameworks/base/tools/preload/
H A DMemoryUsage.java258 process.destroy();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_program_store.java173 pRS.destroy();
H A DUT_vector.java316 pRS.destroy();
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp41 extern "C" void destroy(IDrmEngine* pPlugIn) { function
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java392 public void destroy() { method in class:SpeechRecognizer
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayAdapter.java227 mSurface.destroy();
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp282 o->destroy();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_vector.java316 pRS.destroy();
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_vector.java316 pRS.destroy();

Completed in 588 milliseconds

12345678