Searched refs:unbind (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/libs/hwui/renderstate/
H A DPixelBufferState.cpp34 bool PixelBufferState::unbind() { function in class:android::uirenderer::PixelBufferState
H A DPixelBufferState.h28 bool unbind();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java176 unbind(false /* immediate */);
182 // If we are binding to a different package, unbind immediately from the current one.
184 unbind(true /* immediate */);
205 unbind(true /* immediate */);
211 unbind(true /* immediate */);
245 unbind(true /* immediate */);
252 * delay. This should be true unless the reason for the unbind is that no
256 void unbind(boolean immediate) { method in class:CarrierServiceBindHelper.AppBinding
262 // Only let the binding linger if a delayed unbind is requested *and* the connection is
263 // currently active. If the connection is down, unbind immediatel
[all...]
/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp101 mCaches.pixelBufferState().unbind();
117 mCaches.pixelBufferState().unbind();
143 mCaches.pixelBufferState().unbind();
H A DFontRenderer.cpp467 caches.pixelBufferState().unbind();
611 Caches::getInstance().pixelBufferState().unbind();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java87 public synchronized void unbind() { method in class:FilterSurfaceView
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsResolverTest.java157 verify(controller, never()).unbind();
188 verify(controller, never()).unbind();
222 verify(controller, never()).unbind();
262 verify(carrierController, never()).unbind();
269 verify(deviceController, never()).unbind();
395 verify(carrierController, never()).unbind();
403 verify(deviceController, never()).unbind();
466 verify(carrierController, never()).unbind();
474 verify(deviceController, never()).unbind();
536 verify(carrierController, never()).unbind();
[all...]
H A DImsServiceControllerTest.java197 mTestImsServiceController.unbind();
333 mTestImsServiceController.unbind();
386 * Ensure that calling unbind stops automatic rebind of the ImsService from occuring.
398 mTestImsServiceController.unbind();
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java160 unbind();
169 unbind();
207 private void unbind() { method in class:RemoteDisplayProviderProxy
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DPersistentConnectionTest.java156 // Call unbind...
157 conn.unbind();
285 // Call unbind...
286 conn.unbind();
338 // Call unbind.
339 conn.unbind();
344 // before during the unbind() call, and waiting on mLock.
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java53 * Activity, etc) then make sure to call {@link BasicBitmapDrawable#unbind()} at the appropriate
56 * appropriate unbind operation when the view is detached from the window.
192 public void unbind() { method in class:BasicBitmapDrawable
193 unbind(false);
204 public void unbind(boolean temporary) { method in class:BasicBitmapDrawable
205 Trace.beginSection("unbind");
/frameworks/opt/bitmap/src/com/android/bitmap/view/
H A DBitmapDrawableImageView.java31 * BitmapDrawableImageView has logic to unbind its BasicBitmapDrawable when it is detached from the
36 * not a good signal for unbind,
101 mDrawable.unbind(temporary);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceRenderFilter.java133 mSurfaceView.unbind();
198 mSurfaceView.unbind();
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java188 unbind();
197 unbind();
238 private void unbind() { method in class:RegisteredMediaRouteProvider
297 unbind();
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java202 unbind();
381 private void unbind() { method in class:PacManager
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java122 unbind();
132 unbind();
163 private void unbind() { method in class:TvRemoteProviderProxy
/frameworks/base/services/core/java/com/android/server/am/
H A DPersistentConnection.java39 * - Call {@link #unbind()} to disconnect. Make sure to disconnect when the user stops.
54 * The back-off time will never be reset until {@link #unbind()} and {@link #bind()} are called
60 * class wants to restore the connection, then it should call {@link #unbind()} and {@link #bind}
88 * Whether {@link #bind()} has been called and {@link #unbind()} hasn't been yet; meaning this
108 // Callback came in after PersistentConnection.unbind() was called.
110 // (We've already called unbindService() already in unbind)
174 * @return whether {@link #bind()} has been called and {@link #unbind()} hasn't.
255 // Race condition -- by the time we got here, unbind() has already been called.
271 public final void unbind() { method in class:PersistentConnection
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceAdminServiceController.java201 conn.unbind();
/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java90 //TODO onStop schedule unbind in 5 seconds
166 mServiceConnection = unbind(mServiceConnection);
188 private ServiceConnection unbind(@Nullable ServiceConnection conn) { method in class:CompanionDeviceManagerService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java138 // unbind from one service and bind to another.
499 o.get().unbind();
523 // Clean up and unbind from an ImsService
533 o.get().unbind();
623 // the calls to unbind/bind will fail (intended during initial start up).
H A DImsServiceController.java290 public void unbind() throws RemoteException { method in class:ImsServiceController
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java62 // The delay (in millis) to wait until attempting to unbind from a service after a request.
192 public synchronized void unbind(Context context, int appWidgetId, Intent intent) { method in class:RemoteViewsAdapter.RemoteViewsAdapterServiceConnection
199 Slog.w(TAG, "unbind: adapter was null");
203 Log.e("RVAServiceConnection", "unbind(): " + e.getMessage());
212 // Remove any deferred unbind messages
265 // Enqueue unbind message
285 // Dequeue any unbind messages
907 // No more items to load, so queue unbind
1244 // Dequeue any unbind messages
1273 mServiceConnection.unbind(mContex
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java170 // Package change has invalidated a scorer, this will also unbind any service
362 mServiceConnection.unbind(mContext);
939 public void unbind(Context context) { method in class:NetworkScoreService.ScoringServiceConnection
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScoreServiceTest.java863 connection.unbind(mContext);
881 connection.unbind(mContext);
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java387 public void unbind() { method in class:ViewDataBinding
397 unbind();

Completed in 3699 milliseconds

12