/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceBindHelper.java | 161 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/ |
D | PixelBuffer.cpp | 109 mCaches.pixelBufferState().unbind(); in GpuPixelBuffer() 125 mCaches.pixelBufferState().unbind(); in map() 155 mCaches.pixelBufferState().unbind(); in upload()
|
D | FontRenderer.cpp | 467 caches.pixelBufferState().unbind(); in checkTextureUpdate() 616 Caches::getInstance().pixelBufferState().unbind(); in renderDropShadow()
|
/frameworks/base/libs/hwui/renderstate/ |
D | PixelBufferState.h | 28 bool unbind();
|
D | PixelBufferState.cpp | 34 bool PixelBufferState::unbind() { in unbind() function in android::uirenderer::PixelBufferState
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | RemoteDisplayProviderProxy.java | 160 unbind(); in rebindIfDisconnected() 169 unbind(); in updateBinding() 207 private void unbind() { in unbind() method in RemoteDisplayProviderProxy
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | BasicBitmapDrawable.java | 192 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/ |
D | SurfaceRenderFilter.java | 133 mSurfaceView.unbind(); in open() 198 mSurfaceView.unbind(); in close()
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
D | RegisteredMediaRouteProvider.java | 161 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/ |
D | TvRemoteProviderProxy.java | 122 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/ |
D | FilterSurfaceView.java | 87 public synchronized void unbind() { in unbind() method in FilterSurfaceView
|
/frameworks/opt/bitmap/src/com/android/bitmap/view/ |
D | BitmapDrawableImageView.java | 101 mDrawable.unbind(temporary); in unbindDrawable()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | PacManager.java | 194 unbind(); in setCurrentProxyScriptUrl() 373 private void unbind() { in unbind() method in PacManager
|
/frameworks/base/docs/html/guide/components/ |
D | bound-services.jd | 78 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
|
D | services.jd | 76 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/ |
D | preparing-iab-app.jd | 225 <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/ |
D | RemoteViewsAdapter.java | 174 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/ |
D | ViewDataBinding.java | 387 public void unbind() { in unbind() method in ViewDataBinding 397 unbind(); in finalize()
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_integrate.jd | 242 <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/ |
D | browse.jd | 218 abstract methods to create, bind, and unbind the view holder. The following
|
/frameworks/base/docs/html/work/ |
D | guide.jd | 519 to unbind it to test it with your preferred EMM. Please consult your
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3916 unbind(); in close() 3947 private void unbind() { in unbind() method in AccountManagerService.Session
|