HomeSort by relevance Sort by last modified time
    Searched refs:PlatformLog (Results 1 - 3 of 3) 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 54 PlatformLog::PlatformLog() {
55 mLoggerThread = std::thread(&PlatformLog::logLooper, this);
58 PlatformLog::~PlatformLog() {
68 void PlatformLog::log(const char *formatStr, ...) {
  /system/chre/platform/slpi/
platform_log.cc 37 PlatformLog::PlatformLog() {}
39 PlatformLog::~PlatformLog() {}
41 void PlatformLog::log(const char *formatStr, ...) {

Completed in 340 milliseconds