Searched defs:recipient (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Binder.java | 258 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath() 264 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath() 312 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 314 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() 342 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
|
D | IBinder.java | 201 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 222 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
|
/frameworks/base/core/java/android/database/ |
D | CursorToBulkCursorAdaptor.java | 48 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy() 58 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
|
/frameworks/base/libs/binder/ |
D | BpBinder.cpp | 174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath() 208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath() 278 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
|
D | Binder.cpp | 118 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath() 124 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
|
/frameworks/base/include/binder/ |
D | BpBinder.h | 103 wp<DeathRecipient> recipient; member
|
/frameworks/base/media/libmedia/ |
D | mediaplayer.cpp | 67 void MediaPlayer::addObitRecipient(const wp<MediaPlayer>& recipient) in addObitRecipient() 73 void MediaPlayer::removeObitRecipient(const wp<MediaPlayer>& recipient) in removeObitRecipient()
|
/frameworks/base/libs/ui/ |
D | SurfaceComposerClient.cpp | 145 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
|
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 786 jobject recipient, jint flags) in android_os_BinderProxy_linkToDeath() 815 jobject recipient, jint flags) in android_os_BinderProxy_unlinkToDeath()
|
/frameworks/base/core/java/android/app/ |
D | Instrumentation.java | 310 public void waitForIdle(Runnable recipient) { in waitForIdle()
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 1145 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()
|