Home
last modified time | relevance | path

Searched refs:unlinkToDeath (Results 1 – 25 of 83) sorted by relevance

1234

/frameworks/base/core/java/android/database/
DCursorToBulkCursorAdaptor.java68 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath() method in CursorToBulkCursorAdaptor.ContentObserverProxy
69 return mRemote.asBinder().unlinkToDeath(recipient, 0); in unlinkToDeath()
260 mObserver.unlinkToDeath(this); in unregisterObserverProxyLocked()
/frameworks/base/core/java/android/os/
DRemoteCallbackList.java145 cb.mCallback.asBinder().unlinkToDeath(cb, 0); in unregister()
164 cb.mCallback.asBinder().unlinkToDeath(cb, 0); in kill()
DIBinder.java266 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() method
DBinder.java396 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath() method in Binder
504 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() method in BinderProxy
DTokenWatcher.java95 d.token.unlinkToDeath(d, 0); in cleanup()
DCommonTimeConfig.java102 mRemote.unlinkToDeath(mDeathHandler, 0); in release()
DCommonClock.java153 mRemote.unlinkToDeath(mDeathHandler, 0); in release()
/frameworks/base/media/java/android/media/
DPlayerRecord.java329 mRcClientDeathHandler.mCb.unlinkToDeath(mRcClientDeathHandler, 0); in unlinkToRcClientDeath()
342 mToken.unlinkToDeath(this, 0); in destroy()
DFocusRequester.java201 mSourceRef.unlinkToDeath(mDeathHandler, 0); in release()
/frameworks/av/media/libstagefright/foundation/
DAWakeLock.cpp40 binder->unlinkToDeath(mDeathRecipient); in ~AWakeLock()
/frameworks/base/telecomm/java/android/telecom/
DConnectionServiceAdapter.java61 adapter.asBinder().unlinkToDeath(this, 0); in removeAdapter()
73 adapter.asBinder().unlinkToDeath(this, 0); in binderDied()
DVideoCallImpl.java53 mVideoProvider.asBinder().unlinkToDeath(this, 0);
/frameworks/av/media/libmedia/
DIMediaDeathNotifier.cpp107 sMediaPlayerService->asBinder()->unlinkToDeath(this); in ~DeathNotifier()
Dmediametadataretriever.cpp175 sService->asBinder()->unlinkToDeath(this); in ~DeathNotifier()
/frameworks/native/include/binder/
DIBinder.h123 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
DBinder.h46 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
DBpBinder.h47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareImpl.java585 reaper.unlinkToDeath();
867 private boolean unlinkToDeath() { in unlinkToDeath() method in GeofenceHardwareImpl.Reaper
869 return mMonitorCallback.asBinder().unlinkToDeath(this, 0); in unlinkToDeath()
871 return mCallback.asBinder().unlinkToDeath(this, 0); in unlinkToDeath()
/frameworks/base/services/core/java/com/android/server/location/
DRemoteListenerHelper.java109 binder.unlinkToDeath(linkedListener, 0 /* flags */); in removeListener()
/frameworks/native/libs/binder/
DBinder.cpp126 status_t BBinder::unlinkToDeath( in unlinkToDeath() function in android::BBinder
/frameworks/base/libs/common_time/
Dcommon_clock_service.cpp121 mListeners[i]->asBinder()->unlinkToDeath(this); in unregisterListener()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java56 mVideoCallProvider.asBinder().unlinkToDeath(this, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DRingtonePlayer.java121 client.mToken.unlinkToDeath(client, 0);
/frameworks/av/camera/
DCameraBase.cpp125 mCamera->asBinder()->unlinkToDeath(this); in disconnect()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java168 token.unlinkToDeath(deathRecipient, 0); in unlinkDeathRecipientLocked()
443 mToken.unlinkToDeath(mDeathEater, 0); in stop()

1234