Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h71 DurationReporter(const std::string& title, bool log_only = false);
Dutils.cpp94 DurationReporter::DurationReporter(const std::string& title, bool log_only) in DurationReporter() argument
95 : title_(title), log_only_(log_only) { in DurationReporter()