Searched defs:LOGDEATH (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp56 #define LOGDEATH ALOGD macro
58 #define LOGDEATH ALOGV macro
H A Dandroid_util_Binder.cpp56 #define LOGDEATH ALOGD macro
58 #define LOGDEATH ALOGV macro
376 LOGDEATH("Adding JDR %p to DRL %p", this, list.get());
385 LOGDEATH("Receiving binderDied() on JavaDeathRecipient %p\n", this);
416 LOGDEATH("Removing JDR %p from DRL %p", this, list.get());
419 LOGDEATH("clearReference() on JDR %p but DRL wp purged", this);
480 LOGDEATH("New DRL @ %p", this);
484 LOGDEATH("Destroy DRL @ %p", this);
501 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get());
511 LOGDEATH("DR
[all...]

Completed in 1734 milliseconds