| /frameworks/base/core/java/android/os/ |
| D | HwRemoteBinder.java | 45 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()
|
| D | IHwBinder.java | 39 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() 40 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
|
| D | IBinder.java | 274 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 295 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
|
| D | Binder.java | 614 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/ |
| D | IMediaDeathNotifier.cpp | 62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient() 70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
|
| /frameworks/base/core/java/android/database/ |
| D | CursorToBulkCursorAdaptor.java | 58 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy() 68 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
|
| /frameworks/base/core/jni/ |
| D | android_os_HwRemoteBinder.cpp | 179 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()
|
| D | android_util_Binder.cpp | 517 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/ |
| D | BpBinder.cpp | 175 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/ |
| D | BpBinder.h | 103 wp<DeathRecipient> recipient; member
|
| /frameworks/base/core/java/android/hardware/camera2/impl/ |
| D | ICameraDeviceUserWrapper.java | 57 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
|
| /frameworks/opt/chips/src/com/android/ex/chips/ |
| D | DropdownChipLayouter.java | 280 protected void bindDrawableToDeleteView(final StateListDrawable drawable, String recipient, in bindDrawableToDeleteView()
|
| /frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
| D | BluetoothMasClient.java | 532 String recipient = null; field in BluetoothMasClient.MessagesFilter
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | TextServicesManagerService.java | 976 final InternalDeathRecipient recipient = in onSessionCreated() local
|
| /frameworks/native/libs/binder/tests/ |
| D | binderSafeInterfaceTest.cpp | 372 static sp<IBinder::DeathRecipient> recipient = new ExitOnDeath; in getDeathRecipient() local
|
| /frameworks/base/core/java/android/app/ |
| D | Instrumentation.java | 378 public void waitForIdle(Runnable recipient) { in waitForIdle()
|
| /frameworks/native/libs/gui/ |
| D | SurfaceComposerClient.cpp | 649 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
|
| /frameworks/base/telephony/java/android/telephony/ |
| D | Telephony.java | 1876 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()
|