Searched defs:destroy (Results 26 - 50 of 85) sorted by relevance

1234

/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java134 * <p>If this method is called after {@link #destroy()}, the return value will
151 * <p>If this method is called after {@link #destroy()}, the return value will
182 * <p>This method doesn't do anything if {@link #destroy()} was
208 public void destroy() { method in class:GraphicBuffer
223 * @see #destroy()
247 * {@link #destroy()} has been previously called.</p>
H A DHardwareLayer.java71 public void destroy() { method in class:HardwareLayer
H A DHardwareRenderer.java215 abstract void destroy(); method in class:HardwareRenderer
H A DSurface.java183 public void destroy() { method in class:Surface
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp140 static void destroy(JNIEnv* env, jobject clazz, jlong pairHandle) { function in class:android::SkPathMeasureGlue
155 {"native_destroy", "(J)V", (void*) SkPathMeasureGlue::destroy }
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp203 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, egl_error_str());
207 void EglManager::destroy() { function in class:android::uirenderer::renderthread::EglManager
H A DCanvasContext.cpp55 destroy();
60 void CanvasContext::destroy() { function in class:android::uirenderer::renderthread::CanvasContext
64 mAnimationContext->destroy();
336 thread.eglManager().destroy();
H A DRenderProxy.cpp197 CREATE_BRIDGE1(destroy, CanvasContext* context) {
198 args->context->destroy();
202 void RenderProxy::destroy() { function in class:android::uirenderer::renderthread::RenderProxy
203 SETUP_TASK(destroy);
/frameworks/base/telecomm/java/android/telecom/
H A DConference.java296 public final void destroy() { method in class:Conference
H A DPhone.java153 * Called to destroy the phone and cleanup any lingering calls.
156 final void destroy() { method in class:Phone
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h42 static void destroy(value_type* pPtr) function in class:mcld::Chunk
81 static void destroy(value_type* pPtr) function in class:mcld::Chunk
115 // LinearAllocatorBase does NOT mean to destroy the allocated memory.
144 /// standard destroy - destroy data on arbitrary address
146 void destroy(pointer pPtr) function in class:mcld::LinearAllocatorBase
147 { chunk_type::destroy(pPtr); }
237 destroy(prev->data + idx);
374 void destroy(pointer pObject) function in class:mcld::MallocAllocator
441 void destroy(DataTyp function in class:mcld::MallocAllocator
444 void destroy(pointer pObject) function in class:mcld::MallocAllocator
[all...]
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java106 * Note: {@link #destroy()} *must* be called before the object is GC'd to free native resources
118 public void destroy() { method in class:FrameSequence.State
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp57 destroy();
60 void SurfaceControl::destroy() function in class:android::SurfaceControl
75 // here, the window manager tells us explicitly that we should destroy
81 destroy();
/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.java104 public void destroy() { method in class:TransportMediatorJellybeanMR2
/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.java398 public void destroy() { method in class:SpeechRecognizer
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp151 void destroy() { function in class:android::Receiver
250 receiver->destroy();
/frameworks/base/media/java/android/media/
H A DPlayerRecord.java339 public void destroy() { method in class:PlayerRecord
354 destroy(); // unlink exception handled inside method
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java195 public void destroy(Runnable callback) { method in class:PrintPreviewController
300 mPageAdapter.destroy(callback);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java58 public void destroy() { method in class:BlockingGLTextureView
93 destroy();
188 * already exists, destroy it before creating the new surface.
H A DTiledImageView.java115 public void destroy() { method in class:TiledImageView
120 mTextureView.destroy();
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java93 public void destroy() { method in class:WebView

Completed in 629 milliseconds

1234