Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp51 #define LOG_REMOTEREFS(...) macro
61 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__) macro
723 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle); in incStrongHandle()
733 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle); in decStrongHandle()
740 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle); in incWeakHandle()
750 LOG_REMOTEREFS("IPCThreadState::decWeakHandle(%d)\n", handle); in decWeakHandle()
758 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle); in attemptIncStrongHandle()
1095 LOG_REMOTEREFS("BR_ACQUIRE from driver on %p", obj); in executeCommand()
1110 LOG_REMOTEREFS("BR_RELEASE from driver on %p", obj); in executeCommand()