Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/logging/
DLogSeverity.h18 #ifndef LOGGING_API
21 #define LOGGING_API __declspec(dllexport) macro
23 #define LOGGING_API __declspec(dllimport) macro
26 #define LOGGING_API macro
54 LOGGING_API LogSeverity getMinLogLevel();
55 LOGGING_API void setMinLogLevel(LogSeverity level);
66 LOGGING_API void base_enable_verbose_logs();
67 LOGGING_API void base_disable_verbose_logs();
69 LOGGING_API void verbose_enable(uint64_t tag);
70 LOGGING_API void verbose_disable(uint64_t tag);
[all …]
DLog.h28 #ifndef LOGGING_API
31 #define LOGGING_API __declspec(dllexport) macro
33 #define LOGGING_API __declspec(dllimport) macro
36 #define LOGGING_API __attribute__((visibility("default"))) macro
40 LOGGING_API void __emu_log_print_str(LogSeverity prio, const char* file, int line, const std::strin…
85 LOGGING_API void setLogFormatter(LogFormatter* fmt);
248 LOGGING_API bool dcheckIsEnabled();
252 LOGGING_API bool setDcheckLevel(bool enabled);
287 class LOGGING_API LogString {
298 struct LOGGING_API LogParams {
[all …]
DCLog.h27 #define LOGGING_API __declspec(dllexport) macro
29 #define LOGGING_API __declspec(dllimport) macro
32 #define LOGGING_API macro
39 LOGGING_API void __emu_log_print(LogSeverity prio, const char* file, int line, const char* fmt, ...)