Home
last modified time | relevance | path

Searched refs:AttachToFd (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/tracing/ipc/
Dposix_shared_memory_unittest.cc69 TEST(PosixSharedMemoryTest, AttachToFd) { in TEST() argument
76 PosixSharedMemory::AttachToFd(tmp_file.ReleaseFD()); in TEST()
Dposix_shared_memory.h42 static std::unique_ptr<PosixSharedMemory> AttachToFd(base::ScopedFile);
Dposix_shared_memory.cc72 std::unique_ptr<PosixSharedMemory> PosixSharedMemory::AttachToFd( in AttachToFd() function in perfetto::PosixSharedMemory
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc170 shared_memory_ = PosixSharedMemory::AttachToFd(std::move(shmem_fd)); in OnServiceRequest()