Searched defs:LOG_REMOTEREFS (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp47 #define LOG_REMOTEREFS(...) macro
57 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__) macro
656 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
666 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle);
673 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
683 LOG_REMOTEREFS("IPCThreadState::decWeakHandle(%d)\n", handle);
691 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle);
1020 LOG_REMOTEREFS("BR_ACQUIRE from driver on %p", obj);
1035 LOG_REMOTEREFS("BR_RELEASE from driver on %p", obj);

Completed in 50 milliseconds