Home
last modified time | relevance | path

Searched refs:mLoggerThread (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/chre/platform/linux/
H A Dplatform_log.cc63 mLoggerThread = std::thread(&PlatformLog::logLooper, this); in PlatformLog()
73 mLoggerThread.join(); in ~PlatformLog()
/aosp_15_r20/system/chre/platform/linux/include/chre/platform/linux/
H A Dplatform_log.h65 std::thread mLoggerThread; variable