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
609 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
616 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle);
623 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
630 LOG_REMOTEREFS("IPCThreadState::decWeakHandle(%d)\n", handle);
638 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle);
966 LOG_REMOTEREFS("BR_ACQUIRE from driver on %p", obj);
981 LOG_REMOTEREFS("BR_RELEASE from driver on %p", obj);

Completed in 45 milliseconds