Searched refs:LOG_REMOTEREFS (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 49 #define LOG_REMOTEREFS(...) macro 58 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__) macro 680 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle); in incStrongHandle() 690 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle); in decStrongHandle() 697 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle); in incWeakHandle() 707 LOG_REMOTEREFS("IPCThreadState::decWeakHandle(%d)\n", handle); in decWeakHandle() 715 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle); in attemptIncStrongHandle() 1068 LOG_REMOTEREFS("BR_ACQUIRE from driver on %p", obj); in executeCommand() 1083 LOG_REMOTEREFS("BR_RELEASE from driver on %p", obj); in executeCommand()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 50 #define LOG_REMOTEREFS(...) macro 60 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__) macro 759 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle); in incStrongHandle() 771 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle); in decStrongHandle() 779 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle); in incWeakHandle() 791 LOG_REMOTEREFS("IPCThreadState::decWeakHandle(%d)\n", handle); in decWeakHandle() 800 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle); in attemptIncStrongHandle() 1147 LOG_REMOTEREFS("BR_ACQUIRE from driver on %p", obj); in executeCommand() 1162 LOG_REMOTEREFS("BR_RELEASE from driver on %p", obj); in executeCommand()
|