Home
last modified time | relevance | path

Searched refs:unbind (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java161 unbind(); in rebind()
169 unbind(); in rebind()
190 unbind(); in rebind()
196 unbind(); in rebind()
227 unbind(); in rebind()
230 void unbind() { in unbind() method in CarrierServiceBindHelper.AppBinding
325 appBinding.unbind(); in evaluateBinding()
/frameworks/base/libs/hwui/
DPixelBuffer.cpp109 mCaches.pixelBufferState().unbind(); in GpuPixelBuffer()
125 mCaches.pixelBufferState().unbind(); in map()
155 mCaches.pixelBufferState().unbind(); in upload()
DFontRenderer.cpp467 caches.pixelBufferState().unbind(); in checkTextureUpdate()
616 Caches::getInstance().pixelBufferState().unbind(); in renderDropShadow()
/frameworks/base/libs/hwui/renderstate/
DPixelBufferState.h28 bool unbind();
DPixelBufferState.cpp34 bool PixelBufferState::unbind() { in unbind() function in android::uirenderer::PixelBufferState
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderProxy.java160 unbind(); in rebindIfDisconnected()
169 unbind(); in updateBinding()
207 private void unbind() { in unbind() method in RemoteDisplayProviderProxy
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java192 public void unbind() { in unbind() method in BasicBitmapDrawable
193 unbind(false); in unbind()
204 public void unbind(boolean temporary) { in unbind() method in BasicBitmapDrawable
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
DSurfaceRenderFilter.java133 mSurfaceView.unbind(); in open()
198 mSurfaceView.unbind(); in close()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DRegisteredMediaRouteProvider.java161 unbind(); in rebindIfDisconnected()
170 unbind(); in updateBinding()
211 private void unbind() { in unbind() method in RegisteredMediaRouteProvider
270 unbind(); in onConnectionError()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java122 unbind(); in rebindIfDisconnected()
132 unbind(); in updateBinding()
163 private void unbind() { in unbind() method in TvRemoteProviderProxy
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterSurfaceView.java87 public synchronized void unbind() { in unbind() method in FilterSurfaceView
/frameworks/opt/bitmap/src/com/android/bitmap/view/
DBitmapDrawableImageView.java101 mDrawable.unbind(temporary); in unbindDrawable()
/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java194 unbind(); in setCurrentProxyScriptUrl()
373 private void unbind() { in unbind() method in PacManager
/frameworks/base/docs/html/guide/components/
Dbound-services.jd78 started, the system does <em>not</em> destroy the service when all clients unbind. Instead, you must
318 should unbind from services at appropriate times, as discussed in
549 causes the client to unbind. It is better practice to unbind the client as soon as it is done
551 about appropriate times to bind and unbind, see <a href="#Additional_Notes">Additional Notes</a>.
613 should bind during {@link android.app.Activity#onStart onStart()} and unbind during {@link
616 background, then you can bind during {@link android.app.Activity#onCreate onCreate()} and unbind
622 <p class="note"><strong>Note:</strong> You should usually <strong>not</strong> bind and unbind
Dservices.jd76 but when all of them unbind, the service is destroyed.</dd>
600 service, it calls {@link android.content.Context#unbindService unbindService()} to unbind. Once
699 the same service and when all of them unbind, the system destroys the service. (The service
711 stopSelf()} does not actually stop the service until all clients unbind. </p>
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd225 <p class="caution"><strong>Important:</strong> Remember to unbind from the In-app Billing service
226 when you are done with your activity. If you don’t unbind, the open service connection could
227 degrade device performance. To unbind and free your system resources, call the
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java174 public synchronized void unbind(Context context, int appWidgetId, Intent intent) { in unbind() method in RemoteViewsAdapter.RemoteViewsAdapterServiceConnection
1264 mServiceConnection.unbind(mContext, mAppWidgetId, mIntent); in handleMessage()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DViewDataBinding.java387 public void unbind() { in unbind() method in ViewDataBinding
397 unbind(); in finalize()
/frameworks/base/docs/html/google/play/billing/
Dbilling_integrate.jd242 <strong>Important:</strong> Remember to unbind from the In-app Billing
244 don’t unbind, the open service connection could cause your device’s
245 performance to degrade. This example shows how to perform the unbind
/frameworks/base/docs/html/training/tv/playback/
Dbrowse.jd218 abstract methods to create, bind, and unbind the view holder. The following
/frameworks/base/docs/html/work/
Dguide.jd519 to unbind it to test it with your preferred EMM. Please consult your
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3916 unbind(); in close()
3947 private void unbind() { in unbind() method in AccountManagerService.Session