Searched defs:destroy (Results 1 - 25 of 45) sorted by last modified time

12

/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/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DBaseObj.java90 * destroy disconnects the object from the native object effectively
95 synchronized public void destroy() { method in class:BaseObj
H A DRenderScript.java801 public void destroy() { method in class:RenderScript
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.h108 void (*destroy)(const android::renderscript::Context *dc, member in struct:RsdIntriniscFuncs_rec
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h136 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon1584::__anon1585
141 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1584::__anon1586
215 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1584::__anon1587
221 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1584::__anon1588
230 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon1584::__anon1589
239 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon1584::__anon1590
245 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1584::__anon1591
252 void (*destroy)(const Context *rsc, const Path *m); member in struct:android::renderscript::__anon1584::__anon1592
257 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1584::__anon1593
263 void (*destroy)(cons member in struct:android::renderscript::__anon1584::__anon1594
273 void (*destroy)(const Context *rsc, const ScriptGroup *sg); member in struct:android::renderscript::__anon1584::__anon1595
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java326 void destroy() { method in class:LoaderManagerImpl.LoaderInfo
357 mPendingLoader.destroy();
384 destroy();
390 // we try to destroy it.
408 info.destroy();
609 inactive.destroy();
621 info.destroy();
628 info.mPendingLoader.destroy();
638 // Keep track of the previous instance of this loader so we can destroy
667 info.destroy();
[all...]
/frameworks/rs/driver/
H A DrsdBcc.h113 void (*destroy)(const android::renderscript::Context *dc, member in struct:RsdIntriniscFuncs_rec
/frameworks/rs/
H A Drs_hal.h136 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon1555::__anon1556
141 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1555::__anon1557
215 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1555::__anon1558
221 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1555::__anon1559
230 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon1555::__anon1560
239 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon1555::__anon1561
245 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1555::__anon1562
252 void (*destroy)(const Context *rsc, const Path *m); member in struct:android::renderscript::__anon1555::__anon1563
257 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1555::__anon1564
263 void (*destroy)(cons member in struct:android::renderscript::__anon1555::__anon1565
273 void (*destroy)(const Context *rsc, const ScriptGroup *sg); member in struct:android::renderscript::__anon1555::__anon1566
[all...]
/frameworks/native/libs/gui/
H A DSurface.cpp60 destroy();
63 void SurfaceControl::destroy() function in class:android::SurfaceControl
78 // here, the window manager tells us explicitly that we should destroy
84 destroy();
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp52 void egl_object_t::destroy() { function in class:android::egl_object_t
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h101 // LinearAllocatorBase does NOT mean to destroy the allocated memory.
130 /// standard destroy - destroy data on arbitrary address
132 void destroy(pointer pPtr) function in class:mcld::LinearAllocatorBase
224 destroy(&prev->data[idx]);
363 void destroy(pointer pObject) function in class:mcld::MallocAllocator
430 void destroy(DataType* pObject) function in class:mcld::MallocAllocator
433 void destroy(pointer pObject) function in class:mcld::MallocAllocator
/frameworks/compile/mclinker/lib/LD/
H A DLDSectionFactory.cpp34 void LDSectionFactory::destroy(LDSection*& pSection) function in class:LDSectionFactory
H A DRelocationFactory.cpp81 void RelocationFactory::destroy(Relocation* pRelocation) function in class:RelocationFactory
H A DResolveInfoFactory.cpp33 void ResolveInfoFactory::destroy(ResolveInfoFactory::entry_type* pEntry) function in class:ResolveInfoFactory
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DTestBase.java119 public void destroy() { method in class:TestBase
120 mRS.destroy();
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java93 public void destroy() { method in class:WebView
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java263 mDisplayProvider.destroy();
264 mDisplayContentObserver.destroy();
265 mScreenStateObserver.destroy();
868 public void destroy() { method in class:ScreenMagnifier.ScreenStateObserver
962 public void destroy() { method in class:ScreenMagnifier.DisplayContentObserver
1842 public void destroy() { method in class:ScreenMagnifier.DisplayProvider
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java97 * Set if the client has asked that the destroy of its surface be delayed
591 public void destroy() { method in class:WindowStateAnimator.SurfaceTrace
592 super.destroy();
593 Slog.v(SURFACE_TAG, "destroy: " + this + ". Called by "
782 mPendingDestroySurface.destroy();
795 mSurface.destroy();
822 mPendingDestroySurface.destroy();
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DTestBase.java124 public void destroy() { method in class:TestBase
125 mRS.destroy();
/frameworks/base/graphics/java/android/renderscript/
H A DBaseObj.java128 * destroy disconnects the object from the native object effectively
133 synchronized public void destroy() { method in class:BaseObj
H A DProgramVertexFixedFunction.java241 public void destroy() { method in class:ProgramVertexFixedFunction.Constants
242 mAlloc.destroy();
H A DRenderScript.java1031 public void destroy() { method in class:RenderScript
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3994 mOutputTracks[i]->destroy();
4081 mOutputTracks[i]->destroy();
4235 mCblk->~audio_track_cblk_t(); // destroy our shared-structure.
4377 void AudioFlinger::PlaybackThread::Track::destroy() function in class:android::AudioFlinger::PlaybackThread::Track
4384 // On the other hand, as long as Track::destroy() is only called by
5806 mTrack->destroy();
5957 mRecordTrack->destroy();
6444 void AudioFlinger::RecordThread::RecordTrack::destroy() function in class:android::AudioFlinger::RecordThread::RecordTrack
6446 // see comments at AudioFlinger::PlaybackThread::Track::destroy()
9037 mCblk->~effect_param_cblk_t(); // destroy ou
[all...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java351 void destroy() { method in class:LoaderManagerImpl.LoaderInfo
383 mPendingLoader.destroy();
411 destroy();
440 destroy();
446 // we try to destroy it.
464 info.destroy();
665 inactive.destroy();
677 info.destroy();
686 info.mPendingLoader.destroy();
696 // Keep track of the previous instance of this loader so we can destroy
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java532 destroy();
745 private native final void destroy(); method in class:AssetManager
767 destroy();

Completed in 194 milliseconds

12