Home
last modified time | relevance | path

Searched refs:LOGDEATH (Results 1 – 2 of 2) sorted by relevance

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