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

/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/base/libs/hwui/
H A DCaches.cpp105 void Caches::terminate() { function in class:android::uirenderer::Caches
/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!");
89 void egl_surface_t::terminate() { function in class:android::egl_surface_t
91 egl_object_t::terminate();
H A Degl_cache.cpp125 void egl_cache_t::terminate() { function in class:egl_cache_t
H A Degl_display.cpp78 egl_cache_t::get()->terminate();
257 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
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;
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp47 status_t DrmEngineBase::terminate(int uniqueId) { function in class:DrmEngineBase
/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/ml/nn/driver/cache/nnCache/
H A DnnCache.cpp68 void NNCache::terminate() { function in class:android::NNCache
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareDiscoverySessionState.java115 public void terminate() { method in class:WifiAwareDiscoverySessionState
/frameworks/av/services/audioflinger/
H A DTrackBase.h134 void terminate() { function in class:TrackBase
/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/base/media/java/android/media/
H A DVolumeShaper.java146 new Operation.Builder().terminate().build());
1261 public @NonNull Builder terminate() { method in class:VolumeShaper.Operation.Builder
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java767 public void terminate(int reason) { method in class:ImsCallSession
773 miSession.terminate(reason);
1045 * Notifies the result of the basic session operation (setup / terminate).
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java548 * If {@code true}, this flag indicates that a request to terminate the call was made by
594 * When calling {@link #terminate(int, int)}, an override for the termination reason which the
598 * {@link #terminate(int)} will cause the modem to ignore the terminate request.
1192 public void terminate(int reason, int overrideReason) throws ImsException { method in class:ImsCall
1193 logi("terminate :: reason=" + reason + " ; overrideReadon=" + overrideReason);
1195 terminate(reason);
1201 * @param reason reason code to terminate a call
1202 * @throws ImsException if the IMS service fails to terminate the call
1204 public void terminate(in method in class:ImsCall
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1471 milliseconds