Home
last modified time | relevance | path

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

/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dasync_log_helper.h38 class async_log_helper
120 async_log_helper(formatter_ptr formatter,
132 ~async_log_helper();
192 inline spdlog::details::async_log_helper::async_log_helper( in async_log_helper() function
211 _worker_thread(&async_log_helper::worker_loop, this) in async_log_helper()
216 inline spdlog::details::async_log_helper::~async_log_helper() in ~async_log_helper()
229 inline void spdlog::details::async_log_helper::log(const details::log_msg& msg) in log()
236 inline void spdlog::details::async_log_helper::push_msg(details::async_log_helper::async_msg&& new_… in push_msg()
253 inline void spdlog::details::async_log_helper::flush(bool wait_for_q) in flush()
260 inline void spdlog::details::async_log_helper::worker_loop() in worker_loop()
[all …]
H A Dasync_logger_impl.h29 …_async_log_helper(new details::async_log_helper(_formatter, _sinks, queue_size, _err_handler, over… in async_logger()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/
H A Dasync_logger.h31 class async_log_helper; variable
72 std::unique_ptr<details::async_log_helper> _async_log_helper;