Searched refs:LOGDEATH (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 62 #define LOGDEATH ALOGD macro 64 #define LOGDEATH ALOGV macro 565 LOGDEATH("Adding JDR %p to DRL %p", this, list.get()); in JavaDeathRecipient() 574 LOGDEATH("Receiving binderDied() on JavaDeathRecipient %p\n", this); in binderDied() 606 LOGDEATH("Removing JDR %p from DRL %p", this, list.get()); in clearReference() 609 LOGDEATH("clearReference() on JDR %p but DRL wp purged", this); in clearReference() 669 LOGDEATH("New DRL @ %p", this); in DeathRecipientList() 673 LOGDEATH("Destroy DRL @ %p", this); in ~DeathRecipientList() 690 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get()); in add() 700 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
|