Home
last modified time | relevance | path

Searched defs:dfatal (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DCLog.h73 #define dfatal(fmt, ...) EMULOG(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro
DLog.h77 #define dfatal(fmt, ...) EMULOGCPLUSPLUS(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro
/hardware/google/gfxstream/guest/android-emu/android/utils/
Ddebug.h151 #define dfatal(fmt, ...) EMULOG(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro