Lines Matching refs:appendFormat
247 body.appendFormat("EVENT_LATENCY,%.3f", latencyMs); in dump()
251 body.appendFormat("EVENT_OVERRUN,%lld", static_cast<long long>(ts)); in dump()
255 body.appendFormat("EVENT_THREAD_INFO,%d,%s", static_cast<int>(info.id), in dump()
260 body.appendFormat("EVENT_UNDERRUN,%lld", static_cast<long long>(ts)); in dump()
264 body.appendFormat("EVENT_WARMUP_TIME,%.3f", timeMs); in dump()
268 body.appendFormat("EVENT_WORK_TIME,%lld", static_cast<long long>(monotonicNs)); in dump()
272 body.appendFormat("EVENT_THREAD_PARAMS,%zu,%u", params.frameCount, params.sampleRate); in dump()
277 body.appendFormat("warning: unexpected event %d", it->type); in dump()
305 timestamp->appendFormat("[%d.%03d]", (int) (ts / (1000 * 1000 * 1000)), in handleFormat()
311 body->appendFormat("%.4X-%d ", (int)(hash >> 16) & 0xFFFF, (int) hash & 0xFFFF); in handleFormat()
397 body->appendFormat("<%d>", x); in appendInt()
407 body->appendFormat("<%f>", f); in appendFloat()
417 body->appendFormat("<PID: %d, name: %.*s>", id, (int) (length - sizeof(pid_t)), name); in appendPID()
427 body->appendFormat("[%d.%03d]", (int) (ts / (1000 * 1000 * 1000)), in appendTimestamp()
439 str.appendFormat("%d ", buffer[i]); in bufferDump()