Searched refs:LOG_HOST (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/binder/ |
D | ServiceManagerHost.cpp | 78 LOG_HOST("`adb forward tcp:0 tcp:%d` writes to stderr: %s", devicePort, in forward() 108 LOG_HOST("`adb forward --remove tcp:%d` writes to stderr: %s", *mPort, in ~AdbForwarder() 112 LOG_HOST("Successfully run `adb forward --remove tcp:%d`", *mPort); in ~AdbForwarder() 142 LOG_HOST("servicedispatcher writes to stderr: %s", result->stderrStr.c_str()); in getDeviceService()
|
D | UtilsHost.h | 37 #define LOG_HOST(...) ALOGI(__VA_ARGS__) macro 39 #define LOG_HOST(...) ALOGV(__VA_ARGS__) // for type checking macro
|
D | UtilsHost.cpp | 46 LOG_HOST("%s: Waiting for PID %d to exit.", __PRETTY_FUNCTION__, *pid); in ~CommandResult() 53 LOG_HOST("%s: PID %d exited.", __PRETTY_FUNCTION__, *pid); in ~CommandResult() 56 LOG_HOST("%s: PID %d terminated by signal %d.", __PRETTY_FUNCTION__, *pid, in ~CommandResult()
|