Home
last modified time | relevance | path

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

/system/iorap/src/perfetto/
Drx_producer.cc747 CreatePerfettoStream(rxcpp::observable<PerfettoStreamCommand> input, in CreatePerfettoStream()
775 .tap([](PerfettoStreamCommand command) { in CreatePerfettoStream()
783 [](std::tuple<PerfettoStreamCommand, PerfettoStateChange> p) { in CreatePerfettoStream() argument
787 if (command == PerfettoStreamCommand::kShutdown) { in CreatePerfettoStream()
800 } else if (command == PerfettoStreamCommand::kStartTracing in CreatePerfettoStream()
804 } else if (command == PerfettoStreamCommand::kStopTracing && in CreatePerfettoStream()
823 std::ostream& operator<<(std::ostream& os, PerfettoStreamCommand c) { in operator <<()
825 case PerfettoStreamCommand::kStartTracing: in operator <<()
828 case PerfettoStreamCommand::kStopTracing: in operator <<()
831 case PerfettoStreamCommand::kShutdown: in operator <<()
[all …]
Drx_producer.h154 enum class PerfettoStreamCommand { enum
161 std::ostream& operator<<(std::ostream& os, PerfettoStreamCommand c);
188 rxcpp::observable<PerfettoStreamCommand> commands);
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.cc61 using perfetto::PerfettoStreamCommand;
483 rxcpp::observable<>::just(PerfettoStreamCommand::kStartTracing) in StartTracing()
492 return static_cast<PerfettoStreamCommand>(value); // 1,2, ... in StartTracing()