Searched defs:LOGDEATH (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp55 #define LOGDEATH ALOGD macro
57 #define LOGDEATH ALOGV macro
H A Dandroid_util_Binder.cpp55 #define LOGDEATH ALOGD macro
57 #define LOGDEATH ALOGV macro
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("DR
[all...]

Completed in 56 milliseconds