Home
last modified time | relevance | path

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

/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/os/
DIBinder.java272 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
293 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
DBinder.java509 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
515 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
621 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
623 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
685 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
/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/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/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/base/core/jni/
Dandroid_util_Binder.cpp498 void DeathRecipientList::add(const sp<JavaDeathRecipient>& recipient) { in add()
505 void DeathRecipientList::remove(const sp<JavaDeathRecipient>& recipient) { in remove()
518 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { in find()
1154 jobject recipient, jint flags) // throws RemoteException in android_os_BinderProxy_linkToDeath()
1185 jobject recipient, jint flags) in android_os_BinderProxy_unlinkToDeath()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java280 protected void bindDrawableToDeleteView(final StateListDrawable drawable, String recipient, in bindDrawableToDeleteView()
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java556 final InternalDeathRecipient recipient = in getSpellCheckerService() local
889 InternalDeathRecipient recipient = null; in addListener() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasClient.java532 String recipient = null; field in BluetoothMasClient.MessagesFilter
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp556 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
/frameworks/base/core/java/android/app/
DInstrumentation.java335 public void waitForIdle(Runnable recipient) { in waitForIdle()
/frameworks/opt/telephony/src/java/android/provider/
DTelephony.java1873 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()