Lines Matching refs:body
343 void PerformanceAnalysis::reportPerformance(String8 *body, int author, log_hash_t hash, in reportPerformance() argument
345 if (mHists.empty() || body == nullptr) { in reportPerformance()
372 body->appendFormat("%s", in reportPerformance()
376 body->appendFormat("\ntime elapsed between glitches and glitch timestamps:\n"); in reportPerformance()
378 body->appendFormat("%lld: %lld\n", static_cast<long long>(outlier.first), in reportPerformance()
387 String8 body; in dump() local
395 curr.reportPerformance(&body, thread.first, hash.first); in dump()
396 if (!body.isEmpty()) { in dump()
397 dumpLine(fd, indent, body); in dump()
398 body.clear(); in dump()
411 void dumpLine(int fd, int indent, const String8 &body) { in dumpLine() argument
412 dprintf(fd, "%.*s%s \n", indent, "", body.string()); in dumpLine()