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

  /external/perfetto/src/tracing/core/
shared_memory_arbiter_impl.cc 359 void SharedMemoryArbiterImpl::NotifyFlushComplete(FlushRequestID req_id) {
tracing_service_impl.cc     [all...]
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.cc 349 void ProducerIPCClientImpl::NotifyFlushComplete(FlushRequestID req_id) {
350 return shared_memory_arbiter_->NotifyFlushComplete(req_id);

Completed in 354 milliseconds