Home
last modified time | relevance | path

Searched refs:InProcessShmFactory (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc40558 class InProcessShmFactory : public SharedMemory::Factory { class
40560 ~InProcessShmFactory() override;
40581 InProcessShmFactory::~InProcessShmFactory() = default;
40582 std::unique_ptr<SharedMemory> InProcessShmFactory::CreateSharedMemory( in CreateSharedMemory()
40622 std::unique_ptr<InProcessShmFactory> shm(new InProcessShmFactory()); in GetOrCreateService()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp54942 class InProcessShmFactory : public SharedMemory::Factory { class
54944 ~InProcessShmFactory() override;
54961 InProcessShmFactory::~InProcessShmFactory() = default;
54962 std::unique_ptr<SharedMemory> InProcessShmFactory::CreateSharedMemory( in CreateSharedMemory()
55002 std::unique_ptr<InProcessShmFactory> shm(new InProcessShmFactory()); in GetOrCreateService()