Searched refs:MojoSharedBufferGuid (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/mojo/public/c/system/ |
D | platform_handle.h | 111 struct MOJO_ALIGNAS(8) MojoSharedBufferGuid { struct 268 const struct MojoSharedBufferGuid* guid, 315 struct MojoSharedBufferGuid* guid,
|
D | thunks.h | 175 const struct MojoSharedBufferGuid* guid, 185 struct MojoSharedBufferGuid* guid,
|
D | thunks.cc | 389 const MojoSharedBufferGuid* guid, in MojoWrapPlatformSharedMemoryRegion() 404 struct MojoSharedBufferGuid* guid, in MojoUnwrapPlatformSharedMemoryRegion()
|
/external/libchrome/mojo/core/ |
D | platform_wrapper_unittest.cc | 139 MojoSharedBufferGuid mojo_guid; in TEST_F() 176 MojoSharedBufferGuid mojo_guid; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() 217 EXPECT_EQ(sizeof(MojoSharedBufferGuid), guid_bytes.size()); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() 219 reinterpret_cast<MojoSharedBufferGuid*>(guid_bytes.data()); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
|
D | core.h | 294 const MojoSharedBufferGuid* guid, 304 MojoSharedBufferGuid* guid,
|
D | entrypoints.cc | 265 const MojoSharedBufferGuid* guid, in MojoWrapPlatformSharedMemoryRegionImpl() 280 MojoSharedBufferGuid* guid, in MojoUnwrapPlatformSharedMemoryRegionImpl()
|
D | core.cc | 1042 const MojoSharedBufferGuid* guid, in WrapPlatformSharedMemoryRegion() 1118 MojoSharedBufferGuid* guid, in UnwrapPlatformSharedMemoryRegion()
|
/external/libchrome/mojo/public/cpp/system/ |
D | platform_handle.cc | 88 MojoSharedBufferGuid mojo_guid = {guid.GetHighForSerialization(), in WrapPlatformSharedMemoryRegion() 109 MojoSharedBufferGuid mojo_guid; in UnwrapPlatformSharedMemoryRegion() 272 MojoSharedBufferGuid guid; in WrapSharedMemoryHandle() 296 MojoSharedBufferGuid mojo_guid; in UnwrapSharedMemoryHandle()
|