Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc36 ScopedSharedBufferHandle WrapPlatformSharedMemoryRegion( in WrapPlatformSharedMemoryRegion() function
361 return WrapPlatformSharedMemoryRegion( in WrapReadOnlySharedMemoryRegion()
368 return WrapPlatformSharedMemoryRegion( in WrapUnsafeSharedMemoryRegion()
375 return WrapPlatformSharedMemoryRegion( in WrapWritableSharedMemoryRegion()
/external/libchrome/mojo/public/c/system/
Dthunks.h171 MojoResult (*WrapPlatformSharedMemoryRegion)( member
Dthunks.cc393 return INVOKE_THUNK(WrapPlatformSharedMemoryRegion, platform_handles, in MojoWrapPlatformSharedMemoryRegion()
/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc113 TEST_F(PlatformWrapperTest, WrapPlatformSharedMemoryRegion) { in TEST_F() argument
Dcore.h290 MojoResult WrapPlatformSharedMemoryRegion(
Dentrypoints.cc269 return g_core->WrapPlatformSharedMemoryRegion( in MojoWrapPlatformSharedMemoryRegionImpl()
Dcore.cc1038 MojoResult Core::WrapPlatformSharedMemoryRegion( in WrapPlatformSharedMemoryRegion() function in mojo::core::Core