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

  /frameworks/native/cmds/dumpstate/
dumpstate.h 62 * DurationReporter duration_reporter(title);
65 class DurationReporter {
67 DurationReporter(const std::string& title, bool log_only = false);
69 ~DurationReporter();
76 DISALLOW_COPY_AND_ASSIGN(DurationReporter);
utils.cpp 119 DurationReporter::DurationReporter(const std::string& title, bool log_only)
126 DurationReporter::~DurationReporter() {
264 DurationReporter duration_reporter(title);
350 DurationReporter duration_reporter(title);
407 DurationReporter duration_reporter(title);
547 DurationReporter duration_reporter(title);
585 DurationReporter duration_reporter(title);
623 DurationReporter duration_reporter(title)
    [all...]
dumpstate.cpp 174 DurationReporter duration_reporter(title, true);
417 DurationReporter durationReporter("DUMP MODEM LOGS");
768 DurationReporter duration_reporter(dir, true);
    [all...]

Completed in 228 milliseconds