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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp55 #define LOG_ONEWAY(...) macro
64 #define LOG_ONEWAY(...) ALOG(LOG_DEBUG, "ipc", __VA_ARGS__) macro
561 LOG_ONEWAY(">>>> SEND from pid %d uid %d %s", getpid(), getuid(),
1094 LOG_ONEWAY("Sending reply to %d!", mCallingPid);
1098 LOG_ONEWAY("NOT sending reply to %d!", mCallingPid);

Completed in 49 milliseconds