Searched defs:VERIFY_EPRINTF (Results 1 – 2 of 2) sorted by relevance
/external/fastrpc/inc/ |
D | verify.h | 70 #define VERIFY_EPRINTF(format, ...) __android_log_print(ANDROID_LOG_ERROR , __progname, __V_FILE_LI… macro 86 #define VERIFY_EPRINTF(args...) FARF(VERIFY_ERROR, args) macro 106 #define VERIFY_EPRINTF(format, ...) printf(__V_FILE_LINE__ format, ##__VA_ARGS__) macro 117 #define VERIFY_EPRINTF(format, ...) (void)0 macro
|
D | verify_android.h | 42 #define VERIFY_EPRINTF(format, ...) __android_log_print(ANDROID_LOG_ERROR , "adsprpc", format, ##__… macro
|