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