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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp53 #define LOG_REMOTEREFS(...) macro
62 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__) macro
610 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
617 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle);
624 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
631 LOG_REMOTEREFS("IPCThreadState::decWeakHandle(%d)\n", handle);
638 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle);
960 LOG_REMOTEREFS("BR_ACQUIRE from driver on %p", obj);
975 LOG_REMOTEREFS("BR_RELEASE from driver on %p", obj);

Completed in 28 milliseconds