Home
last modified time | relevance | path

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

/system/core/base/
Dlogging.cpp166 static auto& gLogger = *new LogFunction(LogdLogger());
168 static auto& gLogger = *new LogFunction(StderrLogger);
235 void InitLogging(char* argv[], LogFunction&& logger) { in InitLogging()
236 SetLogger(std::forward<LogFunction>(logger)); in InitLogging()
295 void SetLogger(LogFunction&& logger) { in SetLogger()
/system/core/base/include/android-base/
Dlogging.h54 unsigned int, const char*)> LogFunction; typedef
82 extern void InitLogging(char* argv[], LogFunction&& logger);
89 extern void SetLogger(LogFunction&& logger);