Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/os/
DBinder.java258 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()
DIBinder.java201 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/
DCursorToBulkCursorAdaptor.java48 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy()
58 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
/frameworks/base/libs/binder/
DBpBinder.cpp174 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
DBinder.cpp118 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/
DBpBinder.h103 wp<DeathRecipient> recipient; member
/frameworks/base/media/libmedia/
Dmediaplayer.cpp67 void MediaPlayer::addObitRecipient(const wp<MediaPlayer>& recipient) in addObitRecipient()
73 void MediaPlayer::removeObitRecipient(const wp<MediaPlayer>& recipient) in removeObitRecipient()
/frameworks/base/libs/ui/
DSurfaceComposerClient.cpp145 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp786 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/
DInstrumentation.java310 public void waitForIdle(Runnable recipient) { in waitForIdle()
/frameworks/base/core/java/android/provider/
DTelephony.java1145 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()