Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 13 of 13) 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/
DBinder.java397 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
403 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
509 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
511 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
555 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
DIBinder.java252 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
273 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
/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.cpp174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath()
208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
277 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
/frameworks/native/include/binder/
DBpBinder.h103 wp<DeathRecipient> recipient; member
/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()
1144 jobject recipient, jint flags) // throws RemoteException in android_os_BinderProxy_linkToDeath()
1175 jobject recipient, jint flags) in android_os_BinderProxy_unlinkToDeath()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java242 protected void bindDrawableToDeleteView(final StateListDrawable drawable, String recipient, in bindDrawableToDeleteView()
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java520 final InternalDeathRecipient recipient = in getSpellCheckerService() local
868 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.cpp468 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
/frameworks/base/core/java/android/app/
DInstrumentation.java324 public void waitForIdle(Runnable recipient) { in waitForIdle()
/frameworks/opt/telephony/src/java/android/provider/
DTelephony.java1799 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()