Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h171 LogSection(int id, const char* logID, ...);
DSection.cpp527 LogSection::LogSection(int id, const char* logID, ...) : WorkerThreadSection(id), mLogMode(logModeB… in LogSection() argument
529 name += logID; in LogSection()
532 va_start(args, logID); in LogSection()
533 mLogID = android_name_to_log_id(logID); in LogSection()