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

12345

/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/v4/java/android/support/v4/app/
H A DLoaderManager.java347 void destroy() { method in class:LoaderManagerImpl.LoaderInfo
379 mPendingLoader.destroy();
407 destroy();
436 destroy();
442 // we try to destroy it.
460 info.destroy();
661 inactive.destroy();
674 info.destroy();
683 info.mPendingLoader.destroy();
693 // Keep track of the previous instance of this loader so we can destroy
[all...]
/frameworks/support/v4/java/android/support/v4/media/
H A DTransportMediator.java340 public void destroy() { method in class:TransportMediator
341 mController.destroy();
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/
H A DTransportMediatorJellybeanMR2.java115 public void destroy() { method in class:TransportMediatorJellybeanMR2
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java3002 * For USAGE_IO_OUTPUT, destroy() implies setSurface(null).
3005 public void destroy() { method in class:Allocation
3029 super.destroy();
H A DBaseObj.java113 public void destroy() { method in class:BaseObj
H A DRenderScript.java1586 * calling .destroy() on each unique context retreived with
1605 prs.destroy();
1704 public void destroy() { method in class:RenderScript
1706 // users cannot destroy a process context
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DTestBase.java134 public void destroy() { method in class:TestBase
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DTestBase.java109 public void destroy() { method in class:TestBase
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java378 // If we just ran a test, we destroy it here to relieve some memory pressure
380 mTest.destroy();
461 mInPixelsAllocation.destroy();
462 mInPixelsAllocation2.destroy();
464 mOutPixelsAllocation.destroy();
468 mTest.destroy();
471 mOutDisplayAllocation.destroy();
472 mRS.destroy();
527 void destroy() { method in class:ImageProcessingActivityJB.DVFSWorkaround
H A DTestBase.java106 public void destroy() { method in class:TestBase
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DTestBase.java57 public void destroy() { method in class:TestBase
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DTestBase.java94 public void destroy() { method in class:TestBase
/frameworks/rs/
H A Drs_hal.h204 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon1695::__anon1696
221 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1695::__anon1697
316 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1695::__anon1698
322 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1695::__anon1699
331 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon1695::__anon1700
340 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon1695::__anon1701
346 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1695::__anon1702
351 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1695::__anon1703
358 void (*destroy)(const Context *rsc, const FBOCache *fb); member in struct:android::renderscript::__anon1695::__anon1704
368 void (*destroy)(cons member in struct:android::renderscript::__anon1695::__anon1705
374 void (*destroy)(const Context *rsc, const Type *m); member in struct:android::renderscript::__anon1695::__anon1706
380 void (*destroy)(const Context *rsc, const Element *m); member in struct:android::renderscript::__anon1695::__anon1707
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanClientState.java51 public void destroy() { method in class:WifiNanClientState
54 mSessions.valueAt(i).destroy();
100 session.destroy();
H A DWifiNanSessionState.java59 public void destroy() { method in class:WifiNanSessionState
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp58 destroy();
61 void SurfaceControl::destroy() function in class:android::SurfaceControl
76 // here, the window manager tells us explicitly that we should destroy
82 destroy();
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp53 void egl_object_t::destroy() { function in class:android::egl_object_t
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java121 * Note: {@link #destroy()} *must* be called before the object is GC'd to free native resources
133 public void destroy() { method in class:FrameSequence.State
H A DFrameSequenceDrawable.java199 // destroy the bitmap here, since there's no safe way to get back to
289 public void destroy() { method in class:FrameSequenceDrawable
310 // For simplicity and safety, we don't destroy the state object here
320 mFrameSequenceState.destroy();
/frameworks/minikin/libs/minikin/
H A DHbFontCache.cpp33 MinikinDestroyFunc destroy = 0; local
35 const void* buffer = font->GetTable(tag, &size, &destroy);
44 HB_MEMORY_MODE_READONLY, const_cast<void*>(buffer), destroy);
H A DMinikinFontFreeType.cpp55 const void* MinikinFontFreeType::GetTable(uint32_t tag, size_t* size, MinikinDestroyFunc* destroy) { argument
70 *destroy = free;
/frameworks/minikin/tests/
H A DMinikinFontForTest.cpp50 android::MinikinDestroyFunc* destroy) {
61 *destroy = free;
49 GetTable(uint32_t tag, size_t* size, android::MinikinDestroyFunc* destroy) argument
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } function in class:mcld::HashEntryFactory

Completed in 3604 milliseconds

12345