Searched refs:SLOGW (Results 1 – 9 of 9) sorted by relevance
/system/core/libsysutils/src/ |
D | ServiceManager.cpp | 55 SLOGW("Service '%s' is already running", name); in start() 70 SLOGW("Timed out waiting for service '%s' to start", name); in start() 85 SLOGW("Service '%s' is already stopped", name); in stop() 101 SLOGW("Timed out waiting for service '%s' to stop", name); in stop()
|
D | SocketClient.cpp | 141 SLOGW("malloc error (%s)", strerror(errno)); in quoteArg() 167 SLOGW("Unable to send msg '%s'", msg); in sendMsg() 211 SLOGW("0 length write :("); in sendDataLockedv() 214 SLOGW("write error (%s)", strerror(errno)); in sendDataLockedv()
|
D | FrameworkCommand.cpp | 32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
|
D | FrameworkListener.cpp | 64 SLOGW("String is not zero-terminated"); in onDataAvailable() 195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
|
D | SocketListener.cpp | 264 SLOGW("Error sending broadcast (%s)", strerror(errno)); in sendBroadcast()
|
/system/logging/liblog/include_vndk/log/ |
D | log_system.h | 109 #ifndef SLOGW 110 #define SLOGW(...) \ macro
|
/system/logging/liblog/include/log/ |
D | log_system.h | 109 #ifndef SLOGW 110 #define SLOGW(...) \ macro
|
/system/logging/liblog/tests/ |
D | log_system_test.cpp | 50 SLOGW(content); in TEST()
|
/system/logging/liblog/ |
D | README.md | 42 SLOGW(format, ...)
|