Home
last modified time | relevance | path

Searched refs:UnwrapPlatformSharedMemoryRegion (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc99 base::subtle::PlatformSharedMemoryRegion UnwrapPlatformSharedMemoryRegion( in UnwrapPlatformSharedMemoryRegion() function
383 UnwrapPlatformSharedMemoryRegion(std::move(handle))); in UnwrapReadOnlySharedMemoryRegion()
389 UnwrapPlatformSharedMemoryRegion(std::move(handle))); in UnwrapUnsafeSharedMemoryRegion()
395 UnwrapPlatformSharedMemoryRegion(std::move(handle))); in UnwrapWritableSharedMemoryRegion()
/external/libchrome/mojo/public/c/system/
Dthunks.h179 MojoResult (*UnwrapPlatformSharedMemoryRegion)( member
Dthunks.cc406 return INVOKE_THUNK(UnwrapPlatformSharedMemoryRegion, mojo_handle, options, in MojoUnwrapPlatformSharedMemoryRegion()
/external/libchrome/mojo/core/
Dcore.h298 MojoResult UnwrapPlatformSharedMemoryRegion(
Dentrypoints.cc282 return g_core->UnwrapPlatformSharedMemoryRegion( in MojoUnwrapPlatformSharedMemoryRegionImpl()
Dcore.cc1112 MojoResult Core::UnwrapPlatformSharedMemoryRegion( in UnwrapPlatformSharedMemoryRegion() function in mojo::core::Core