Searched refs:destroy (Results 1 - 25 of 367) sorted by last modified time

1234567891011>>

/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/v17/leanback/src/android/support/v17/leanback/app/
H A DSearchFragment.java416 mSpeechRecognizer.destroy();
H A DSearchSupportFragment.java418 mSpeechRecognizer.destroy();
/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/driver/
H A DrsdCore.cpp318 rsc->mHal.funcs.allocation.destroy = sAllocationDestroy;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java242 mTest.destroy();
462 rs.destroy();
H A DTestBase.java134 public void destroy() { method in class:TestBase
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java448 // If we just ran a test, we destroy it here to relieve some memory pressure
450 mTest.destroy();
543 mInPixelsAllocation.destroy();
544 mInPixelsAllocation2.destroy();
547 mTest.destroy();
552 mOutDisplayAllocation1.destroy();
553 mOutDisplayAllocation2.destroy();
556 mOutPixelsAllocationIO.destroy();
558 mOutDisplayAllocationIO.destroy();
560 mRS.destroy();
[all...]
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/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java70 mAllocationOut.destroy();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc.java67 pRS.destroy();
H A DUT_alloc_copy.java53 mRS.destroy();
H A DUT_alloc_copyPadded.java78 mRS.destroy();
H A DUT_apitest.java60 pRS.destroy();
H A DUT_array_alloc.java49 pRS.destroy();
H A DUT_array_init.java92 pRS.destroy();
H A DUT_atomic.java38 pRS.destroy();
H A DUT_bug_char.java86 pRS.destroy();

Completed in 1554 milliseconds

1234567891011>>