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()
1495 sp<JavaDeathRecipient> origJDR = list->find(recipient); in android_os_BinderProxy_unlinkToDeath() local1496 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()