Searched refs:consumer (Results 1 – 22 of 22) sorted by relevance
33 using State = ::perfetto::consumer::State;34 using Handle = ::perfetto::consumer::Handle;35 static constexpr Handle kInvalidHandle = ::perfetto::consumer::kInvalidHandle;36 using OnStateChangedCb = ::perfetto::consumer::OnStateChangedCb;37 using TraceBuffer = ::perfetto::consumer::TraceBuffer;63 return ::perfetto::consumer::Create(config_proto, in Create()70 ::perfetto::consumer::StartTracing(handle); in StartTracing()74 return ::perfetto::consumer::ReadTrace(handle); in ReadTrace()78 ::perfetto::consumer::Destroy(handle); in Destroy()81 return ::perfetto::consumer::PollState(handle); in PollState()
34 namespace consumer { namespace122 PerfettoConsumerHandle(std::shared_ptr<PerfettoConsumer> consumer, in PerfettoConsumerHandle()124 : consumer_{std::move(consumer)}, in PerfettoConsumerHandle()161 using State = ::perfetto::consumer::State;162 using Handle = ::perfetto::consumer::Handle;199 using State = ::perfetto::consumer::State;200 using Handle = ::perfetto::consumer::Handle;331 using namespace ::perfetto::consumer; in OnStateChanged()408 DCHECK_NE(handle, ::perfetto::consumer::kInvalidHandle); in CallbackOnStateChanged()465 std::unordered_map<::perfetto::consumer::Handle,[all …]
19 # Allow to access traced's privileged consumer socket.
11 # Allow to access traced's privileged consumer socket.
66 # system apps that have access to the traced consumer socket.
78 # system apps that have access to the traced consumer socket.
69 const std::function<void(const char*, size_t)> consumer) { in updateCompletely() argument85 if (output) consumer((const char*)output->data(), output->size()); in updateCompletely()
99 const std::function<void(const char*, size_t)> consumer);
35 # Allow to access Perfetto traced's privileged consumer socket to start/stop
38 # Allow to access Perfetto traced's privileged consumer socket to start/stop
72 consumer of this file.