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

12

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DLocalTestService.java4 void terminate() { method in class:LocalTestService
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp35 void egl_object_t::terminate() { function in class:android::egl_object_t
40 ALOGE("egl_object_t::terminate() removed the last reference!");
86 void egl_surface_t::terminate() { function in class:android::egl_surface_t
88 egl_object_t::terminate();
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_cache.h49 // terminate puts the egl_cache_t back into the uninitialized state. When
52 void terminate();
95 // true when initialize is called. It is set back to false when terminate
H A Degl_display.h63 EGLBoolean terminate();
H A Degl_display.cpp72 egl_cache_t::get()->terminate();
239 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
H A Degl_cache.cpp124 void egl_cache_t::terminate() { function in class:egl_cache_t
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp41 mCache->terminate();
72 mCache->terminate();
102 mCache->terminate();
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRedirectListener.java135 boolean terminate = false;
165 terminate = true;
177 if (terminate) {
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl150 void terminate(int reason);
H A DImsCallSession.java727 public void terminate(int reason) { method in class:ImsCallSession
733 miSession.terminate(reason);
954 * Notifies the result of the basic session operation (setup / terminate).
/frameworks/base/libs/hwui/
H A DCaches.h104 void terminate();
H A DCaches.cpp105 void Caches::terminate() { function in class:android::uirenderer::Caches
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java198 * @param reason reason code to terminate a call, defined in
204 public void terminate(int reason) throws RemoteException { method in class:ImsCallSessionImplBase
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareClientState.java90 mSessions.valueAt(i).terminate();
147 * terminate on the session. The assumption is that it is already
174 session.terminate();
H A DWifiAwareDiscoverySessionState.java93 public void terminate() { method in class:WifiAwareDiscoverySessionState
/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.h133 void terminate() { function in class:TrackBase
/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_android.py673 proc.terminate()
717 # terminate the helper process
718 proc.terminate()
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp47 status_t DrmEngineBase::terminate(int uniqueId) { function in class:DrmEngineBase
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java372 composer.terminate();
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp75 mCaches->terminate();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java520 * If {@code true}, this flag indicates that a request to terminate the call was made by
566 * When calling {@link #terminate(int, int)}, an override for the termination reason which the
570 * {@link #terminate(int)} will cause the modem to ignore the terminate request.
1164 public void terminate(int reason, int overrideReason) throws ImsException { method in class:ImsCall
1165 logi("terminate :: reason=" + reason + " ; overrideReadon=" + overrideReason);
1167 terminate(reason);
1173 * @param reason reason code to terminate a call
1174 * @throws ImsException if the IMS service fails to terminate the call
1176 public void terminate(in method in class:ImsCall
[all...]
/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).

Completed in 7131 milliseconds

12