Searched refs:ConsumerEndpointImpl (Results 1 – 2 of 2) sorted by relevance
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.h | 185 class ConsumerEndpointImpl : public TracingService::ConsumerEndpoint { 187 ConsumerEndpointImpl(TracingServiceImpl*, 191 ~ConsumerEndpointImpl() override; 218 ConsumerEndpointImpl(const ConsumerEndpointImpl&) = delete; 219 ConsumerEndpointImpl& operator=(const ConsumerEndpointImpl&) = delete; 240 base::WeakPtrFactory<ConsumerEndpointImpl> weak_ptr_factory_; // Keep last. 269 bool DetachConsumer(ConsumerEndpointImpl*, const std::string& key); 270 bool AttachConsumer(ConsumerEndpointImpl*, const std::string& key); 271 void DisconnectConsumer(ConsumerEndpointImpl*); 272 base::Status EnableTracing(ConsumerEndpointImpl*, [all …]
|
D | tracing_service_impl.cc | 455 std::unique_ptr<ConsumerEndpointImpl> endpoint( in ConnectConsumer() 456 new ConsumerEndpointImpl(this, task_runner_, consumer, uid)); in ConnectConsumer() 469 void TracingServiceImpl::DisconnectConsumer(ConsumerEndpointImpl* consumer) { in DisconnectConsumer() 488 bool TracingServiceImpl::DetachConsumer(ConsumerEndpointImpl* consumer, in DetachConsumer() 512 bool TracingServiceImpl::AttachConsumer(ConsumerEndpointImpl* consumer, in AttachConsumer() 541 base::Status TracingServiceImpl::EnableTracing(ConsumerEndpointImpl* consumer, in EnableTracing() 924 void TracingServiceImpl::ChangeTraceConfig(ConsumerEndpointImpl* consumer, in ChangeTraceConfig() 1918 ConsumerEndpointImpl* consumer) { in ReadBuffers() 3275 TracingServiceImpl::ConsumerEndpointImpl::ConsumerEndpointImpl( in ConsumerEndpointImpl() function in perfetto::TracingServiceImpl::ConsumerEndpointImpl 3286 TracingServiceImpl::ConsumerEndpointImpl::~ConsumerEndpointImpl() { in ~ConsumerEndpointImpl() [all …]
|