HomeSort by relevance Sort by last modified time
    Searched refs:PlatformLog (Results 1 - 2 of 2) sorted by null

  /system/chre/platform/shared/include/chre/platform/shared/
platform_log.h 30 class PlatformLog : public PlatformLogBase {
35 PlatformLog();
40 ~PlatformLog();
49 //! Provides an alias to the PlatformLog singleton.
50 typedef Singleton<PlatformLog> PlatformLogSingleton;
  /system/chre/platform/linux/
platform_log.cc 56 PlatformLog::PlatformLog() {
57 mLoggerThread = std::thread(&PlatformLog::logLooper, this);
60 PlatformLog::~PlatformLog() {
70 void PlatformLog::log(const char *formatStr, ...) {

Completed in 96 milliseconds