Searched defs:unlinkToDeath (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIBinder.java199 * @see #unlinkToDeath
222 public boolean unlinkToDeath(DeathRecipient recipient, int flags); method in interface:IBinder
H A DBinder.java264 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { method in class:Binder
314 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); method in class:BinderProxy
/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java58 public boolean unlinkToDeath(DeathRecipient recipient) { method in class:CursorToBulkCursorAdaptor.ContentObserverProxy
59 return mRemote.asBinder().unlinkToDeath(recipient, 0);
196 mObserver.unlinkToDeath(this);
/frameworks/base/libs/utils/
H A DBinder.cpp110 status_t BBinder::unlinkToDeath( function in class:android::BBinder
H A DBpBinder.cpp190 status_t BpBinder::unlinkToDeath( function in class:android::BpBinder

Completed in 103 milliseconds