Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.cpp396 sp<HwBinderDeathRecipient> origJDR = list->find(recipient); in JHwRemoteBinder_unlinkToDeath() local
397 if (origJDR != NULL) { in JHwRemoteBinder_unlinkToDeath()
399 err = binder->unlinkToDeath(origJDR, NULL, 0, &dr); in JHwRemoteBinder_unlinkToDeath()
Dandroid_util_Binder.cpp1503 sp<JavaDeathRecipient> origJDR = list->find(recipient); in android_os_BinderProxy_unlinkToDeath() local
1504 LOGDEATH(" unlink found list %p and JDR %p", list, origJDR.get()); in android_os_BinderProxy_unlinkToDeath()
1505 if (origJDR != NULL) { in android_os_BinderProxy_unlinkToDeath()
1507 err = target->unlinkToDeath(origJDR, NULL, flags, &dr); in android_os_BinderProxy_unlinkToDeath()