Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dplatform_log.cc27 void PlatformLog::logLooper() { in logLooper()
56 PlatformLog::PlatformLog() { in PlatformLog() function in chre::PlatformLog
57 mLoggerThread = std::thread(&PlatformLog::logLooper, this); in PlatformLog()
60 PlatformLog::~PlatformLog() { in ~PlatformLog()
70 void PlatformLog::logVa(chreLogLevel /*logLevel*/, const char *formatStr, in logVa()
/system/chre/platform/linux/include/chre/platform/linux/
Dplatform_log.h33 class PlatformLog {
35 PlatformLog();
37 ~PlatformLog();
81 typedef Singleton<PlatformLog> PlatformLogSingleton;