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

/frameworks/base/core/java/android/os/
H A DIBinder.java200 * @see #unlinkToDeath
223 public boolean unlinkToDeath(DeathRecipient recipient, int flags); method in interface:IBinder
H A DBinder.java265 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { method in class:Binder
315 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);
195 mObserver.unlinkToDeath(this);
/frameworks/base/libs/binder/
H A DBinder.cpp124 status_t BBinder::unlinkToDeath( function in class:android::BBinder
H A DBpBinder.cpp207 status_t BpBinder::unlinkToDeath( function in class:android::BpBinder

Completed in 295 milliseconds