HomeSort by relevance Sort by last modified time
    Searched refs:ConnectProducer (Results 1 - 7 of 7) sorted by null

  /external/perfetto/src/traced/service/
lazy_producer.cc 41 endpoint_ = svc->ConnectProducer(this, geteuid(), "lazy_producer",
  /external/perfetto/include/perfetto/tracing/core/
tracing_service.h 51 // to the ConnectProducer() method.
99 // TracingService::ConnectProducer was called with |in_process=true|.
108 // If TracingService::ConnectProducer is called with |in_process=true|,
264 virtual std::unique_ptr<ProducerEndpoint> ConnectProducer(
  /external/perfetto/src/tracing/test/
mock_producer.cc 52 svc->ConnectProducer(this, uid, producer_name,
  /external/perfetto/src/tracing/ipc/service/
producer_ipc_service.cc 81 // ConnectProducer will call OnConnect() on the next task.
82 producer->service_endpoint = core_service_->ConnectProducer(
319 // Invoked by the |core_service_| business logic after the ConnectProducer()
320 // call. There is nothing to do here, we really expected the ConnectProducer()
  /external/perfetto/src/tracing/core/
tracing_service_impl.h 261 std::unique_ptr<TracingService::ProducerEndpoint> ConnectProducer(
tracing_service_impl.cc 143 TracingServiceImpl::ConnectProducer(Producer* producer,
    [all...]
tracing_service_impl_unittest.cc     [all...]

Completed in 429 milliseconds