Searched refs:consumer_endpoint_ (Results 1 – 4 of 4) sorted by relevance
144 consumer_endpoint_ = ConsumerIPCClient::Connect( in SetUp()218 std::unique_ptr<TracingService::ConsumerEndpoint> consumer_endpoint_; member in perfetto::TracingIntegrationTest229 consumer_endpoint_->EnableTracing(trace_config); in TEST_F()293 consumer_endpoint_->ReadBuffers(); in TEST_F()354 consumer_endpoint_->DisableTracing(); in TEST_F()373 consumer_endpoint_->EnableTracing(trace_config, in TEST_F()406 consumer_endpoint_->FreeBuffers(); in TEST_F()461 consumer_endpoint_->EnableTracing(trace_config); in TEST_F()496 consumer_endpoint_->Flush(5000, [on_flush_complete](bool success) { in TEST_F()510 consumer_endpoint_->ReadBuffers(); in TEST_F()[all …]
587 consumer_endpoint_ = in Main()598 consumer_endpoint_->Attach(attach_key_); in OnConnect()612 consumer_endpoint_->EnableTracing(*trace_config_, std::move(optional_fd)); in OnConnect()615 consumer_endpoint_->Detach(detach_key_); // Will invoke OnDetach() soon. in OnConnect()656 consumer_endpoint_->ReadBuffers(); in OnTracingDisabled()817 consumer_endpoint_->Flush(0, [this](bool flush_success) { in SetupCtrlCSignalHandler()820 consumer_endpoint_->DisableTracing(); in SetupCtrlCSignalHandler()847 consumer_endpoint_->Detach(attach_key_); // Will invoke OnDetach() soon. in OnAttach()855 consumer_endpoint_->Flush(0, [this](bool flush_success) { in OnAttach()858 consumer_endpoint_->DisableTracing(); in OnAttach()
83 consumer_endpoint_; variable
110 std::unique_ptr<TracingService::ConsumerEndpoint> consumer_endpoint_; member in perfetto::consumer::__anon4d5fe0b30111::TracingSession168 consumer_endpoint_ = in Initialize()180 consumer_endpoint_->EnableTracing(trace_config_, in OnConnect()199 consumer_endpoint_->StartTracing(); in StartTracing()253 TracingService::ConsumerEndpoint* endpoint = consumer_endpoint_.release(); in DestroyConnection()