Lines Matching refs:TraceOutputMode
720 TraceOutputMode output_mode, in Start()
737 TraceOutputMode output_mode, in Start()
759 TraceOutputMode::kDDMS, in StartDDMS()
767 TraceOutputMode output_mode, in Start()
1031 TraceOutputMode output_mode, in TraceWriter()
1061 if (output_mode == TraceOutputMode::kStreaming) { in TraceWriter()
1087 if (output_mode == TraceOutputMode::kStreaming) { in TraceWriter()
1114 TraceOutputMode output_mode, in Trace()
1121 CHECK_IMPLIES(trace_file == nullptr, output_mode == TraceOutputMode::kDDMS); in Trace()
1127 size_t buf_size = (output_mode == TraceOutputMode::kStreaming) ? in Trace()
1155 if (trace_output_mode_ != TraceOutputMode::kStreaming) { in FinishTracing()
1178 if (trace_output_mode_ != TraceOutputMode::kStreaming) { in FinishTracing()
1199 if (trace_output_mode_ == TraceOutputMode::kStreaming) { in FinishTracing()
1385 if (trace_output_mode_ != TraceOutputMode::kStreaming) { in RecordThreadInfo()
1479 if (trace_output_mode_ == TraceOutputMode::kStreaming) { in PrepareBufferForNewEntries()
1710 if (is_new_method && trace_output_mode_ == TraceOutputMode::kStreaming) { in FlushEntriesFormatV1()
1814 if (trace_output_mode_ != TraceOutputMode::kStreaming) { in FlushBuffer()
1835 if (trace_output_mode_ == TraceOutputMode::kStreaming) { in FlushBuffer()
1984 TraceOutputMode Trace::GetOutputMode() { in GetOutputMode()