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

  /external/perfetto/src/tracing/ipc/service/
service_ipc_host_impl.cc 69 std::unique_ptr<SharedMemory::Factory> shm_factory(
71 svc_ = TracingService::CreateInstance(std::move(shm_factory), task_runner_);
  /external/perfetto/src/tracing/core/
tracing_service_impl.cc 121 std::unique_ptr<SharedMemory::Factory> shm_factory,
124 new TracingServiceImpl(std::move(shm_factory), task_runner));
128 std::unique_ptr<SharedMemory::Factory> shm_factory,
131 shm_factory_(std::move(shm_factory)),
    [all...]
tracing_service_impl_unittest.cc 92 auto shm_factory = local
95 TracingService::CreateInstance(std::move(shm_factory), &task_runner)
    [all...]

Completed in 823 milliseconds