Searched refs:terminate (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DLocalTestService.java4 void terminate() { method in class:LocalTestService
H A DTestService.java217 terminate();
230 void terminate() { method in class:TestService
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp37 mCache->terminate();
68 mCache->terminate();
101 mCache->terminate();
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.h47 // terminate puts the egl_cache_t back into the uninitialized state. When
50 void terminate();
93 // true when initialize is called. It is set back to false when terminate
H A Degl_object.h57 void terminate();
80 void terminate();
118 void egl_object_t::LocalRef<N,T>::terminate() { function in class:android::egl_object_t::LocalRef
120 ref->terminate();
H A Degl_object.cpp41 void egl_object_t::terminate() { function in class:android::egl_object_t
46 ALOGE("egl_object_t::terminate() removed the last reference!");
H A Degl_display.h62 EGLBoolean terminate();
H A Degl_display.cpp65 egl_cache_t::get()->terminate();
242 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
H A Degl_cache.cpp127 void egl_cache_t::terminate() { function in class:egl_cache_t
H A DeglApi.cpp247 EGLBoolean res = dp->terminate();
577 _s.terminate();
679 _c.terminate();
/frameworks/base/libs/hwui/
H A DAssetAtlas.h111 ~AssetAtlas() { terminate(); }
122 * first call terminate().
133 void terminate();
H A DRenderState.cpp81 mAssetAtlas.terminate();
H A DAssetAtlas.cpp56 void AssetAtlas::terminate() { function in class:android::uirenderer::AssetAtlas
H A DCaches.h149 void terminate();
H A DCaches.cpp221 void Caches::terminate() { function in class:android::uirenderer::Caches
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl150 void terminate(int reason);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h90 virtual status_t terminate(int uniqueId) = 0;
H A DDrmEngineBase.h45 status_t terminate(int uniqueId);
/frameworks/av/services/audioflinger/
H A DTrackBase.h130 void terminate() { function in class:TrackBase
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java701 public void terminate(int reason) { method in class:ImsCallSession
707 miSession.terminate(reason);
927 * Notifies the result of the basic session operation (setup / terminate).
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp47 status_t DrmEngineBase::terminate(int uniqueId) { function in class:DrmEngineBase
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp217 Caches::getInstance().terminate();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java372 composer.terminate();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java83 * composer.terminate();
153 * {@link #terminate()} is called. Initially set to true.
573 public void terminate() { method in class:VCardComposer
593 Log.e(LOG_TAG, "finalized() is called before terminate() being called");
603 * or when {@link #terminate()} is already called).
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py183 handle.terminate()
412 self.jdb_handle.terminate()

Completed in 383 milliseconds

12