Searched refs:SLOGV (Results 1 – 3 of 3) sorted by relevance
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 83 SLOGV("got mSock = %d for %s", mSock, mSocketName); in startListener() 175 SLOGV("mListen=%d, max=%d, mSocketName=%s", mListen, max, mSocketName); in runListener() 195 SLOGV("%s got %d from accept", mSocketName, c); in runListener() 229 SLOGV("going to zap %d for %s", c->getSocket(), mSocketName); in runListener()
|
/system/core/include/cutils/ |
D | log.h | 205 #ifndef SLOGV 207 #define SLOGV(...) ((void)0) macro 209 #define SLOGV(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, LOG_TAG, __VA…
|
/system/core/libcutils/ |
D | sched_policy.c | 130 SLOGV("open of %s failed: %s\n", filename, strerror(errno)); in __initialize()
|