Searched defs:destroy (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
H A DResolveInfoFactory.cpp33 void ResolveInfoFactory::destroy(ResolveInfoFactory::entry_type* pEntry) function in class:ResolveInfoFactory
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
/frameworks/base/core/java/android/view/
H A DGLES20Layer.java61 void destroy() { method in class:GLES20Layer
63 mFinalizer.destroy();
92 void destroy() { method in class:GLES20Layer.Finalizer
H A DHardwareLayer.java153 abstract void destroy(); method in class:HardwareLayer
/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
/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();
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp52 void egl_object_t::destroy() { function in class:android::egl_object_t
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp115 static void destroy(JNIEnv* env, jobject clazz, PathMeasurePair* pair) { function in class:android::SkPathMeasureGlue
129 {"native_destroy", "(I)V", (void*) SkPathMeasureGlue::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/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DTestBase.java119 public void destroy() { method in class:TestBase
120 mRS.destroy();
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java124 public void destroy() { method in class:NfcActivityManager.NfcActivityState
180 activityState.destroy();
/frameworks/base/core/java/android/os/
H A DBinder.java332 destroy();
339 private native final void destroy(); method in class:Binder
422 destroy();
428 private native final void destroy(); method in class:BinderProxy
/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/rs/driver/
H A DrsdBcc.h113 void (*destroy)(const android::renderscript::Context *dc, member in struct:RsdIntriniscFuncs_rec
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.h108 void (*destroy)(const android::renderscript::Context *dc, member in struct:RsdIntriniscFuncs_rec
/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/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp41 extern "C" void destroy(IDrmEngine* pPlugIn) { function
/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/speech/
H A DSpeechRecognizer.java392 public void destroy() { method in class:SpeechRecognizer
/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/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/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp57 extern "C" void destroy(IDrmEngine* plugIn) { function
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java185 public void destroy() { method in class:AccessibilityInjector

Completed in 582 milliseconds

12