Home
last modified time | relevance | path

Searched refs:origJDR (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.cpp393 sp<HwBinderDeathRecipient> origJDR = list->find(recipient); in JHwRemoteBinder_unlinkToDeath() local
394 if (origJDR != NULL) { in JHwRemoteBinder_unlinkToDeath()
396 err = binder->unlinkToDeath(origJDR, NULL, 0, &dr); in JHwRemoteBinder_unlinkToDeath()
Dandroid_util_Binder.cpp1495 sp<JavaDeathRecipient> origJDR = list->find(recipient); in android_os_BinderProxy_unlinkToDeath() local
1496 LOGDEATH(" unlink found list %p and JDR %p", list, origJDR.get()); in android_os_BinderProxy_unlinkToDeath()
1497 if (origJDR != NULL) { in android_os_BinderProxy_unlinkToDeath()
1499 err = target->unlinkToDeath(origJDR, NULL, flags, &dr); in android_os_BinderProxy_unlinkToDeath()