HomeSort by relevance Sort by last modified time
    Searched defs:NotifyDataSourceStopped (Results 1 - 3 of 3) sorted by null

  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.cc 308 void ProducerIPCClientImpl::NotifyDataSourceStopped(DataSourceInstanceID id) {
312 "Cannot NotifyDataSourceStopped(), not connected to tracing service");
317 producer_port_.NotifyDataSourceStopped(
  /external/perfetto/src/tracing/ipc/service/
producer_ipc_service.cc 243 // NotifyDataSourceStopped shouldn't expect any meaningful response, avoid
251 void ProducerIPCService::NotifyDataSourceStopped(
257 "Producer invoked NotifyDataSourceStopped() before "
263 producer->service_endpoint->NotifyDataSourceStopped(request.data_source_id());
265 // NotifyDataSourceStopped shouldn't expect any meaningful response, avoid
  /external/perfetto/src/tracing/core/
tracing_service_impl.cc     [all...]

Completed in 90 milliseconds