Searched refs:LOGDEATH (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 61 #define LOGDEATH ALOGD macro 63 #define LOGDEATH ALOGV macro 552 LOGDEATH("Adding JDR %p to DRL %p", this, list.get()); in JavaDeathRecipient() 561 LOGDEATH("Receiving binderDied() on JavaDeathRecipient %p\n", this); in binderDied() 592 LOGDEATH("Removing JDR %p from DRL %p", this, list.get()); in clearReference() 595 LOGDEATH("clearReference() on JDR %p but DRL wp purged", this); in clearReference() 655 LOGDEATH("New DRL @ %p", this); in DeathRecipientList() 659 LOGDEATH("Destroy DRL @ %p", this); in ~DeathRecipientList() 676 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get()); in add() 686 LOGDEATH("DRL @ %p : remove JDR %p", this, recipient.get()); in remove() [all …]
|
D | android_os_Parcel.cpp | 56 #define LOGDEATH ALOGD macro 58 #define LOGDEATH ALOGV macro
|