Home
last modified time | relevance | path

Searched refs:platform_shared_buffer (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/edk/system/
Dcore.cc296 scoped_refptr<PlatformSharedBuffer> platform_shared_buffer = in PassSharedMemoryHandle() local
299 if (!platform_shared_buffer) in PassSharedMemoryHandle()
303 *num_bytes = platform_shared_buffer->GetNumBytes(); in PassSharedMemoryHandle()
305 *read_only = platform_shared_buffer->IsReadOnly(); in PassSharedMemoryHandle()
306 *shared_memory_handle = platform_shared_buffer->DuplicateSharedMemoryHandle(); in PassSharedMemoryHandle()
1062 scoped_refptr<PlatformSharedBuffer> platform_shared_buffer = in UnwrapPlatformSharedBufferHandle() local
1064 CHECK(platform_shared_buffer); in UnwrapPlatformSharedBufferHandle()
1067 *size = platform_shared_buffer->GetNumBytes(); in UnwrapPlatformSharedBufferHandle()
1071 if (platform_shared_buffer->IsReadOnly()) in UnwrapPlatformSharedBufferHandle()
1074 ScopedPlatformHandle handle = platform_shared_buffer->PassPlatformHandle(); in UnwrapPlatformSharedBufferHandle()
Dshared_buffer_dispatcher_unittest.cc148 scoped_refptr<PlatformSharedBuffer> platform_shared_buffer = in TEST_F() local
150 ASSERT_TRUE(platform_shared_buffer); in TEST_F()
154 platform_shared_buffer, &dispatcher)); in TEST_F()
/external/libmojo/mojo/edk/embedder/
DBUILD.gn92 "platform_shared_buffer.cc",
93 "platform_shared_buffer.h",
/external/libmojo/
DAndroid.mk89 mojo/edk/embedder/platform_shared_buffer.cc \