Home
last modified time | relevance | path

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

/system/iorap/src/perfetto/
Dperfetto_consumer.cc97 StateKind kind_{StateKind::kUncreated}; // Our state. required for correctness. member
340 if (handle_desc.kind_ == StateKind::kStartedTracing) { in OnTraceMessage()
402 handle_desc->kind_ = kind; in UpdateHandleDescription()
534 printer.printFormatLine(" Kind: %s", ToString(handle_desc.kind_).c_str()); in Dump()