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
623 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
630 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle);
637 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
644 LOG_REMOTEREFS("IPCThreadState::decWeakHandle(%d)\n", handle);
652 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle);
979 LOG_REMOTEREFS("BR_ACQUIRE from driver on %p", obj);
994 LOG_REMOTEREFS("BR_RELEASE from driver on %p", obj);

Completed in 56 milliseconds