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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp54 #define LOGDEATH ALOGD macro
56 #define LOGDEATH ALOGV macro
H A Dandroid_util_Binder.cpp55 #define LOGDEATH ALOGD macro
57 #define LOGDEATH ALOGV macro
387 LOGDEATH("Adding JDR %p to DRL %p", this, list.get());
396 LOGDEATH("Receiving binderDied() on JavaDeathRecipient %p\n", this);
420 LOGDEATH("Removing JDR %p from DRL %p", this, list.get());
423 LOGDEATH("clearReference() on JDR %p but DRL wp purged", this);
484 LOGDEATH("New DRL @ %p", this);
488 LOGDEATH("Destroy DRL @ %p", this);
505 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get());
515 LOGDEATH("DR
[all...]

Completed in 83 milliseconds