Home
last modified time | relevance | path

Searched refs:MojoSharedBufferGuid (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/mojo/public/c/system/
Dplatform_handle.h111 struct MOJO_ALIGNAS(8) MojoSharedBufferGuid { struct
268 const struct MojoSharedBufferGuid* guid,
315 struct MojoSharedBufferGuid* guid,
Dthunks.h175 const struct MojoSharedBufferGuid* guid,
185 struct MojoSharedBufferGuid* guid,
Dthunks.cc389 const MojoSharedBufferGuid* guid, in MojoWrapPlatformSharedMemoryRegion()
404 struct MojoSharedBufferGuid* guid, in MojoUnwrapPlatformSharedMemoryRegion()
/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc139 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()
Dcore.h294 const MojoSharedBufferGuid* guid,
304 MojoSharedBufferGuid* guid,
Dentrypoints.cc265 const MojoSharedBufferGuid* guid, in MojoWrapPlatformSharedMemoryRegionImpl()
280 MojoSharedBufferGuid* guid, in MojoUnwrapPlatformSharedMemoryRegionImpl()
Dcore.cc1042 const MojoSharedBufferGuid* guid, in WrapPlatformSharedMemoryRegion()
1118 MojoSharedBufferGuid* guid, in UnwrapPlatformSharedMemoryRegion()
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc88 MojoSharedBufferGuid mojo_guid = {guid.GetHighForSerialization(), in WrapPlatformSharedMemoryRegion()
109 MojoSharedBufferGuid mojo_guid; in UnwrapPlatformSharedMemoryRegion()
272 MojoSharedBufferGuid guid; in WrapSharedMemoryHandle()
296 MojoSharedBufferGuid mojo_guid; in UnwrapSharedMemoryHandle()