Home
last modified time | relevance | path

Searched refs:PrintLogEx (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dbase.h24 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
Ddefine_plus.h37 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FILE__, __LINE__, level, fmt, ##__VA_ARGS__)
Dbase.cpp199 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() function
265 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) in PrintLogEx() function