Home
last modified time | relevance | path

Searched refs:ScopedPlatformHandle (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/memory/
Dplatform_shared_memory_region.h97 using ScopedPlatformHandle = mac::ScopedMachSendRight; variable
100 using ScopedPlatformHandle = zx::vmo; variable
103 using ScopedPlatformHandle = win::ScopedHandle; variable
106 using ScopedPlatformHandle = ScopedFD; variable
109 using ScopedPlatformHandle = ScopedFDPair; variable
128 static PlatformSharedMemoryRegion Take(ScopedPlatformHandle handle,
147 ScopedPlatformHandle PassPlatformHandle() WARN_UNUSED_RESULT;
213 PlatformSharedMemoryRegion(ScopedPlatformHandle handle,
218 ScopedPlatformHandle handle_;
Dplatform_shared_memory_region.cc31 PlatformSharedMemoryRegion::ScopedPlatformHandle
/external/libchrome/mojo/core/
Dplatform_handle_utils.h20 base::subtle::PlatformSharedMemoryRegion::ScopedPlatformHandle handle,
27 base::subtle::PlatformSharedMemoryRegion::ScopedPlatformHandle
Dplatform_handle_utils.cc25 base::subtle::PlatformSharedMemoryRegion::ScopedPlatformHandle handle, in ExtractPlatformHandlesFromSharedMemoryRegionHandle()
45 base::subtle::PlatformSharedMemoryRegion::ScopedPlatformHandle
/external/libchrome/mojo/public/cpp/base/
Dshared_memory.typemap18 …tformSharedMemoryHandle=base::subtle::PlatformSharedMemoryRegion::ScopedPlatformHandle[move_only]",
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc57 base::subtle::PlatformSharedMemoryRegion::ScopedPlatformHandle handle = in WrapPlatformSharedMemoryRegion()
117 base::subtle::PlatformSharedMemoryRegion::ScopedPlatformHandle region_handle; in UnwrapPlatformSharedMemoryRegion()
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc161 base::subtle::PlatformSharedMemoryRegion::ScopedPlatformHandle in GetSharedMemoryContents()