Searched defs:terminate (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DLocalTestService.java4 void terminate() { method in class:LocalTestService
H A DTestService.java201 terminate();
214 void terminate() { method in class:TestService
/frameworks/base/opengl/java/android/opengl/
H A DManagedEGLContext.java36 * terminate all EGL contexts so that this graphics driver memory can be
44 * through this class, then they will all be asked to terminate through the
74 * Force-terminate the ManagedEGLContext. This will cause
79 public void terminate() { method in class:ManagedEGLContext
106 // try to terminate.
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp43 void egl_object_t::terminate() { function in class:android::egl_object_t
48 ALOGE("egl_object_t::terminate() removed the last reference!");
H A Degl_cache.cpp122 void egl_cache_t::terminate() { function in class:egl_cache_t
H A Degl_display.cpp78 egl_cache_t::get()->terminate();
261 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
H A Degl_object.h59 void terminate();
82 void terminate();
120 void egl_object_t::LocalRef<N,T>::terminate() { function in class:android::egl_object_t::LocalRef
122 ref->terminate();
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp47 status_t DrmEngineBase::terminate(int uniqueId) { function in class:DrmEngineBase
/frameworks/base/libs/hwui/
H A DCaches.cpp122 void Caches::terminate() { function in class:android::uirenderer::Caches
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java83 * composer.terminate();
153 * {@link #terminate()} is called. Initially set to true.
608 public void terminate() { method in class:VCardComposer
628 Log.e(LOG_TAG, "finalized() is called before terminate() being called");
638 * or when {@link #terminate()} is already called).

Completed in 209 milliseconds