Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.cc69 producer->service_endpoint = core_service_->ConnectProducer( in InitializeConnection()
74 if (!producer->service_endpoint) in InitializeConnection()
98 GetProducerForCurrentRequest()->service_endpoint->RegisterDataSource(dsd); in RegisterDataSource()
127 producer->service_endpoint->UnregisterDataSource(req.data_source_name()); in UnregisterDataSource()
159 producer->service_endpoint->CommitData(req, callback); in CommitData()
233 PERFETTO_CHECK(service_endpoint->shared_memory()); in OnTracingSetup()
235 static_cast<PosixSharedMemory*>(service_endpoint->shared_memory())->fd(); in OnTracingSetup()
240 static_cast<uint32_t>(service_endpoint->shared_buffer_page_size_kb())); in OnTracingSetup()
Dconsumer_ipc_service.cc47 remote_consumer->service_endpoint = in GetConsumerForCurrentRequest()
69 remote_consumer->service_endpoint->EnableTracing(trace_config, std::move(fd)); in EnableTracing()
76 GetConsumerForCurrentRequest()->service_endpoint->DisableTracing(); in DisableTracing()
85 remote_consumer->service_endpoint->ReadBuffers(); in ReadBuffers()
91 GetConsumerForCurrentRequest()->service_endpoint->FreeBuffers(); in FreeBuffers()
105 GetConsumerForCurrentRequest()->service_endpoint->Flush(req.timeout_ms(), in Flush()
Dproducer_ipc_service.h83 std::unique_ptr<Service::ProducerEndpoint> service_endpoint; variable
Dconsumer_ipc_service.h78 std::unique_ptr<Service::ConsumerEndpoint> service_endpoint; variable