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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp52 #define LOG_REMOTEREFS(...) macro
61 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__) macro
568 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
575 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle);
582 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
589 LOG_REMOTEREFS("IPCThreadState::decWeakHandle(%d)\n", handle);
596 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle);
918 LOG_REMOTEREFS("BR_ACQUIRE from driver on %p", obj);
933 LOG_REMOTEREFS("BR_RELEASE from driver on %p", obj);

Completed in 39 milliseconds