HomeSort by relevance Sort by last modified time
    Searched refs:jdr (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_os_HwRemoteBinder.cpp 114 ALOGE("clearReference() on JDR %p but DRL wp purged", this);
366 sp<HwBinderDeathRecipient> jdr = new HwBinderDeathRecipient(env, recipient, cookie, list); local
367 status_t err = binder->linkToDeath(jdr, NULL, 0);
371 jdr->clearReference();
402 HwBinderDeathRecipient* jdr = static_cast<HwBinderDeathRecipient*>(sdr.get()); local
403 if (jdr != NULL) {
404 jdr->clearReference();
android_util_Binder.cpp 455 LOGDEATH("Adding JDR %p to DRL %p", this, list.get());
495 LOGDEATH("Removing JDR %p from DRL %p", this, list.get());
498 LOGDEATH("clearReference() on JDR %p but DRL wp purged", this);
579 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get());
589 LOGDEATH("DRL @ %p : remove JDR %p", this, recipient.get());
1309 sp<JavaDeathRecipient> jdr = new JavaDeathRecipient(env, recipient, list); local
1350 JavaDeathRecipient* jdr = static_cast<JavaDeathRecipient*>(sdr.get()); local
    [all...]

Completed in 69 milliseconds