Searched refs:logID (Results 1 – 2 of 2) sorted by relevance
171 LogSection(int id, const char* logID, ...);
527 LogSection::LogSection(int id, const char* logID, ...) : WorkerThreadSection(id), mLogMode(logModeB… in LogSection() argument529 name += logID; in LogSection()532 va_start(args, logID); in LogSection()533 mLogID = android_name_to_log_id(logID); in LogSection()