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

12

/frameworks/base/libs/hwui/renderstate/
H A DPixelBufferState.cpp32 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.cpp99 mCaches.pixelBufferState().unbind();
115 mCaches.pixelBufferState().unbind();
141 mCaches.pixelBufferState().unbind();
/frameworks/base/core/java/android/os/
H A DUpdateEngine.java260 public boolean unbind() { method in class:UpdateEngine
266 boolean result = mUpdateEngine.unbind(mUpdateEngineCallback);
/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.java191 verify(controller, never()).unbind();
215 verify(controller, never()).unbind();
238 verify(controller, never()).unbind();
272 verify(controller, never()).unbind();
302 verify(controller, never()).unbind();
339 verify(carrierController, never()).unbind();
346 verify(deviceController, never()).unbind();
448 verify(carrierController, never()).unbind();
459 verify(deviceController, never()).unbind();
513 verify(carrierController, never()).unbind();
[all...]
H A DImsServiceControllerTest.java272 mTestImsServiceController.unbind();
418 mTestImsServiceController.unbind();
475 * Ensure that calling unbind stops automatic rebind of the ImsService from occuring.
488 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/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/base/services/backup/java/com/android/server/backup/transport/
H A DTransportClientManager.java117 transportClient.unbind(caller);
H A DTransportClient.java69 * When the connection is not needed anymore you should call {@link #unbind(String)} or indirectly
72 * <p>DO NOT forget to unbind otherwise there will be dangling connections floating around.
176 * <li>Some code called {@link #unbind(String)} before you got a callback.
252 public void unbind(String caller) { method in class:TransportClient
409 unbind(callerLogString);
413 // there already cleared. In this case the connection will unbind before this
451 "Exception trying to unbind onServiceDisconnected(): " + e.getMessage());
/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/base/services/tests/servicestests/src/com/android/server/am/
H A DPersistentConnectionTest.java158 // Call unbind...
159 conn.unbind();
287 // Call unbind...
288 conn.unbind();
340 // Call unbind.
341 conn.unbind();
346 // before during the unbind() call, and waiting on mLock.
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DRegisteredMediaRouteProvider.java199 unbind();
208 unbind();
249 private void unbind() { method in class:RegisteredMediaRouteProvider
308 unbind();
/frameworks/base/services/robotests/src/com/android/server/backup/transport/
H A DTransportClientManagerTest.java115 verify(transportClient).unbind(any());
H A DTransportClientTest.java381 mTransportClient.unbind("caller1");
436 mTransportClient.unbind("caller1");
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DRegisteredMediaRouteProvider.java191 unbind();
200 unbind();
241 private void unbind() { method in class:RegisteredMediaRouteProvider
300 unbind();
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java200 unbind();
379 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.
256 // Race condition -- by the time we got here, unbind() has already been called.
273 public final void unbind() { method in class:PersistentConnection
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceAdminServiceController.java202 conn.unbind();
/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java94 //TODO onStop schedule unbind in 5 seconds
170 mServiceConnection = unbind(mServiceConnection);
192 private ServiceConnection unbind(@Nullable ServiceConnection conn) { method in class:CompanionDeviceManagerService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java585 * <p>Package state changes will cause us to unbind and move to {@link BindingState} to
618 unbind();
660 unbind();
984 private void unbind() { method in class:EuiccConnector

Completed in 585 milliseconds

12