Home
last modified time | relevance | path

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

/system/iorap/src/perfetto/
Drx_producer.h107 enum class PerfettoStreamCommand { enum
114 std::ostream& operator<<(std::ostream& os, PerfettoStreamCommand c);
141 rxcpp::observable<PerfettoStreamCommand> commands);
Drx_producer.cc673 CreatePerfettoStream(rxcpp::observable<PerfettoStreamCommand> input, in CreatePerfettoStream()
701 .tap([](PerfettoStreamCommand command) { in CreatePerfettoStream()
709 [](std::tuple<PerfettoStreamCommand, PerfettoStateChange> p) { in CreatePerfettoStream() argument
713 if (command == PerfettoStreamCommand::kShutdown) { in CreatePerfettoStream()
726 } else if (command == PerfettoStreamCommand::kStartTracing in CreatePerfettoStream()
730 } else if (command == PerfettoStreamCommand::kStopTracing && in CreatePerfettoStream()
749 std::ostream& operator<<(std::ostream& os, PerfettoStreamCommand c) { in operator <<()
751 case PerfettoStreamCommand::kStartTracing: in operator <<()
754 case PerfettoStreamCommand::kStopTracing: in operator <<()
757 case PerfettoStreamCommand::kShutdown: in operator <<()
[all …]
Dmain.cc100 rxcpp::observable<>::just(PerfettoStreamCommand::kStartTracing) in CollectPerfettoTraceBufferViaAbstractions()
109 return static_cast<PerfettoStreamCommand>(value); // 1,2, ... in CollectPerfettoTraceBufferViaAbstractions()
/system/iorap/src/manager/
Devent_manager.cc34 using perfetto::PerfettoStreamCommand;
227 rxcpp::observable<>::just(PerfettoStreamCommand::kStartTracing) in StartTracing()
236 return static_cast<PerfettoStreamCommand>(value); // 1,2, ... in StartTracing()