Searched refs:destroy (Results 101 - 125 of 367) sorted by relevance

1234567891011>>

/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();
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVrState.java68 mScrAllocation.destroy();
70 Log.v(LOGTAG, " destroy mScrAllocation");
86 mzRangeFullAllocation.destroy();
88 Log.v(LOGTAG, " destroy mzRangeFullAllocation");
122 mScrAllocation.destroy();
/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/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/base/media/java/android/media/session/
H A DISession.aidl39 void destroy();
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DDroid.java91 tmp.destroy();
92 scriptC_bricked.destroy();
H A DMandelbulb.java83 tmp.destroy();
84 scriptC_mandelbulb.destroy();
/frameworks/base/core/java/android/print/
H A DPrintManager.java363 wrappedListener.destroy();
609 wrappedListener.destroy();
699 wrappedListener.destroy();
769 private Activity mActivity; // Strong reference OK - cleared in destroy
771 private PrintDocumentAdapter mDocumentAdapter; // Strong reference OK - cleared in destroy
773 private Handler mHandler; // Strong reference OK - cleared in destroy
775 private IPrintDocumentAdapterObserver mObserver; // Strong reference OK - cleared in destroy
986 mPendingCallback.destroy();
1065 // Done printing, so destroy this instance as it
1090 public void destroy(); method in interface:PrintManager.PrintDocumentAdapterDelegate.DestroyableCallback
1183 public void destroy() { method in class:PrintManager.PrintDocumentAdapterDelegate.MyLayoutResultCallback
1286 public void destroy() { method in class:PrintManager.PrintDocumentAdapterDelegate.MyWriteResultCallback
1324 public void destroy() { method in class:PrintManager.PrintJobStateChangeListenerWrapper
1356 public void destroy() { method in class:PrintManager.PrintServicesChangeListenerWrapper
1389 public void destroy() { method in class:PrintManager.PrintServiceRecommendationsChangeListenerWrapper
[all...]
/frameworks/base/libs/hwui/
H A DAnimationContext.h101 ANDROID_API virtual void destroy();
/frameworks/base/libs/hwui/tests/unit/
H A DGpuMemoryTrackerTests.cpp41 // This will destroy the EGLContext on RenderThread if it exists so that the
46 thread.eglManager().destroy();
/frameworks/base/rs/java/android/renderscript/
H A DRSSurfaceView.java147 mRS.destroy();
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h77 void destroy(HashEntryTy* pEntry);
/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnExpr.h61 static void destroy(RpnExpr*& pRpnExpr);
H A DStringList.h58 static void destroy(StringList*& pStringList);
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp83 void RelocationFactory::destroy(Relocation* pRelocation) { function in class:mcld::RelocationFactory
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp71 destroy(pArea);
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
H A DScriptC_reduce_general_duplicate_array.java.expect52 mOut.destroy();
56 tempIn.destroy();
/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect65 mOut.destroy();
69 tempIn.destroy();
101 mOut.destroy();
105 tempIn.destroy();
137 mOut.destroy();
141 tempIn.destroy();
173 mOut.destroy();
177 tempIn.destroy();
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect65 mOut.destroy();
69 tempIn.destroy();
101 mOut.destroy();
105 tempIn.destroy();
137 mOut.destroy();
141 tempIn.destroy();
173 mOut.destroy();
177 tempIn.destroy();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_apitest.java60 pRS.destroy();
H A DUT_array_alloc.java49 pRS.destroy();
H A DUT_foreach.java57 pRS.destroy();
H A DUT_foreach_bounds.java61 pRS.destroy();
H A DUT_kernel.java58 pRS.destroy();
H A DUT_kernel_struct.java59 pRS.destroy();

Completed in 7051 milliseconds

1234567891011>>