Lines Matching refs:msg
35 std::string msg = StringFormat("%s with error %d \n", str, val); \
36 ALOGE("%s", msg.c_str()); \
37 mErrorLogs.append((msg)); \
42 #define RETURN_IF_TRUE(cond, msg) \ argument
44 ALOGE("%s", (msg).c_str()); \
45 mErrorLogs.append((msg)).append("\n"); \
49 #define RETURN_IF_FALSE(cond, msg) \ argument
51 ALOGE("%s", (msg).c_str()); \
52 mErrorLogs.append((msg)).append("\n"); \
56 #define RETURN_IF_NULL(var, msg) \ argument
58 ALOGE("%s", (msg).c_str()); \
59 mErrorLogs.append((msg)).append("\n"); \
101 void setError(bool status, std::string& msg);