Home
last modified time | relevance | path

Searched refs:LOG_HOST (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DServiceManagerHost.cpp78 LOG_HOST("`adb forward tcp:0 tcp:%d` writes to stderr: %s", devicePort, in forward()
109 LOG_HOST("`adb forward --remove tcp:%d` writes to stderr: %s", *mPort, in ~AdbForwarder()
113 LOG_HOST("Successfully run `adb forward --remove tcp:%d`", *mPort); in ~AdbForwarder()
144 LOG_HOST("servicedispatcher writes to stderr: %s", result->stderrStr.c_str()); in getDeviceService()
DUtilsHost.h35 #define LOG_HOST(...) ALOGI(__VA_ARGS__) macro
37 #define LOG_HOST(...) ALOGV(__VA_ARGS__) // for type checking macro
DUtilsHost.cpp41 LOG_HOST("%s: Waiting for PID %d to exit.", __PRETTY_FUNCTION__, *pid); in ~CommandResult()
48 LOG_HOST("%s: PID %d exited.", __PRETTY_FUNCTION__, *pid); in ~CommandResult()
51 LOG_HOST("%s: PID %d terminated by signal %d.", __PRETTY_FUNCTION__, *pid, in ~CommandResult()