Searched refs:origJDR (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1154 sp<JavaDeathRecipient> origJDR = list->find(recipient); local
1155 LOGDEATH(" unlink found list %p and JDR %p", list, origJDR.get());
1156 if (origJDR != NULL) {
1158 err = target->unlinkToDeath(origJDR, NULL, flags, &dr);

Completed in 476 milliseconds