Searched refs:terminate (Results 1 - 25 of 32) 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/libs/EGL/
H A Degl_object.h48 virtual void terminate();
81 void terminate();
119 void egl_object_t::LocalRef<N,T>::terminate() { function in class:android::egl_object_t::LocalRef
121 ref->terminate();
130 void terminate() override;
H A Degl_object.cpp44 void egl_object_t::terminate() { function in class:android::egl_object_t
49 ALOGE("egl_object_t::terminate() removed the last reference!");
97 void egl_surface_t::terminate() { function in class:android::egl_surface_t
99 egl_object_t::terminate();
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_display.h62 EGLBoolean terminate();
H A Degl_display.cpp64 egl_cache_t::get()->terminate();
228 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
H A Degl_cache.cpp128 void egl_cache_t::terminate() { function in class:egl_cache_t
H A DeglApi.cpp300 EGLBoolean res = dp->terminate();
608 _s.terminate();
706 _c.terminate();
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp37 mCache->terminate();
68 mCache->terminate();
101 mCache->terminate();
/frameworks/base/libs/hwui/
H A DAssetAtlas.h100 ~AssetAtlas() { terminate(); }
110 * first call terminate().
121 void terminate();
H A DAssetAtlas.cpp48 terminate();
52 void AssetAtlas::terminate() { function in class:android::uirenderer::AssetAtlas
H A DCaches.h108 void terminate();
H A DCaches.cpp105 void Caches::terminate() { function in class:android::uirenderer::Caches
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRedirectListener.java131 boolean terminate = false;
161 terminate = true;
173 if (terminate) {
/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.h128 void terminate() { function in class:TrackBase
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp99 mAssetAtlas.terminate();
101 mCaches->terminate();
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp47 status_t DrmEngineBase::terminate(int uniqueId) { function in class:DrmEngineBase
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java726 public void terminate(int reason) { method in class:ImsCallSession
732 miSession.terminate(reason);
952 * Notifies the result of the basic session operation (setup / 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.
622 public void terminate() { method in class:VCardComposer
642 Log.e(LOG_TAG, "finalized() is called before terminate() being called");
652 * 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 2572 milliseconds

12