Searched refs:errorString (Results 1 – 1 of 1) sorted by relevance
/hardware/google/av/media/eco/include/eco/ |
D | ECODebug.h | 55 #define STATUS_ERROR(errorCode, errorString) \ argument 57 errorCode, String8::format("%s:%d: %s", __FUNCTION__, __LINE__, errorString)) 59 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument 62 String8::format("%s:%d: " errorString, __FUNCTION__, __LINE__, __VA_ARGS__))
|