HomeSort by relevance Sort by last modified time
    Searched refs:LOGDEATH (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_util_Binder.cpp 55 #define LOGDEATH ALOGD
57 #define LOGDEATH ALOGV
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("DRL @ %p : remove JDR %p", this, recipient.get())
    [all...]
android_os_Parcel.cpp 55 #define LOGDEATH ALOGD
57 #define LOGDEATH ALOGV

Completed in 42 milliseconds