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

  /frameworks/base/core/jni/
android_util_Binder.cpp 55 #define LOGDEATH ALOGD
57 #define LOGDEATH ALOGV
395 LOGDEATH("Adding JDR %p to DRL %p", this, list.get());
404 LOGDEATH("Receiving binderDied() on JavaDeathRecipient %p\n", this);
428 LOGDEATH("Removing JDR %p from DRL %p", this, list.get());
431 LOGDEATH("clearReference() on JDR %p but DRL wp purged", this);
492 LOGDEATH("New DRL @ %p", this);
496 LOGDEATH("Destroy DRL @ %p", this);
513 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get());
523 LOGDEATH("DRL @ %p : remove JDR %p", this, recipient.get())
    [all...]
android_os_Parcel.cpp 55 #define LOGDEATH ALOGD
57 #define LOGDEATH ALOGV

Completed in 1299 milliseconds