Searched refs:origJDR (Results 1 – 2 of 2) sorted by relevance
393 sp<HwBinderDeathRecipient> origJDR = list->find(recipient); in JHwRemoteBinder_unlinkToDeath() local394 if (origJDR != NULL) { in JHwRemoteBinder_unlinkToDeath()396 err = binder->unlinkToDeath(origJDR, NULL, 0, &dr); in JHwRemoteBinder_unlinkToDeath()
1474 sp<JavaDeathRecipient> origJDR = list->find(recipient); in android_os_BinderProxy_unlinkToDeath() local1475 LOGDEATH(" unlink found list %p and JDR %p", list, origJDR.get()); in android_os_BinderProxy_unlinkToDeath()1476 if (origJDR != NULL) { in android_os_BinderProxy_unlinkToDeath()1478 err = target->unlinkToDeath(origJDR, NULL, flags, &dr); in android_os_BinderProxy_unlinkToDeath()