Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DHwRemoteBinder.java45 public native boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath()
46 public native boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
61 private static final void sendDeathNotice(DeathRecipient recipient, long cookie) { in sendDeathNotice()
DIHwBinder.java39 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath()
40 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
DIBinder.java274 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
295 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
DBinder.java614 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
620 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
759 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
761 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
825 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
/frameworks/av/media/libmedia/
DIMediaDeathNotifier.cpp62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient()
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
/frameworks/base/core/java/android/database/
DCursorToBulkCursorAdaptor.java58 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy()
68 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.cpp179 void HwBinderDeathRecipientList::add(const sp<HwBinderDeathRecipient>& recipient) { in add()
185 void HwBinderDeathRecipientList::remove(const sp<HwBinderDeathRecipient>& recipient) { in remove()
197 sp<HwBinderDeathRecipient> HwBinderDeathRecipientList::find(jobject recipient) { in find()
354 jobject recipient, jlong cookie) in JHwRemoteBinder_linkToDeath()
380 jobject recipient) in JHwRemoteBinder_unlinkToDeath()
Dandroid_util_Binder.cpp517 void DeathRecipientList::add(const sp<JavaDeathRecipient>& recipient) { in add()
524 void DeathRecipientList::remove(const sp<JavaDeathRecipient>& recipient) { in remove()
537 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { in find()
1173 jobject recipient, jint flags) // throws RemoteException in android_os_BinderProxy_linkToDeath()
1204 jobject recipient, jint flags) in android_os_BinderProxy_unlinkToDeath()
/frameworks/native/libs/binder/
DBpBinder.cpp175 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath()
209 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
278 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
/frameworks/native/libs/binder/include/binder/
DBpBinder.h103 wp<DeathRecipient> recipient; member
/frameworks/base/core/java/android/hardware/camera2/impl/
DICameraDeviceUserWrapper.java57 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java280 protected void bindDrawableToDeleteView(final StateListDrawable drawable, String recipient, in bindDrawableToDeleteView()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasClient.java532 String recipient = null; field in BluetoothMasClient.MessagesFilter
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java976 final InternalDeathRecipient recipient = in onSessionCreated() local
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp372 static sp<IBinder::DeathRecipient> recipient = new ExitOnDeath; in getDeathRecipient() local
/frameworks/base/core/java/android/app/
DInstrumentation.java378 public void waitForIdle(Runnable recipient) { in waitForIdle()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp649 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
/frameworks/base/telephony/java/android/telephony/
DTelephony.java1876 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()