Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc126 MojoPlatformHandle os_buffer; in TEST_F() local
127 os_buffer.struct_size = sizeof(MojoPlatformHandle); in TEST_F()
128 os_buffer.type = SHARED_BUFFER_PLATFORM_HANDLE_TYPE; in TEST_F()
130 os_buffer.value = reinterpret_cast<uint64_t>(memory_handle.GetHandle()); in TEST_F()
132 os_buffer.value = static_cast<uint64_t>(memory_handle.GetMemoryObject()); in TEST_F()
134 os_buffer.value = static_cast<uint64_t>(memory_handle.GetHandle()); in TEST_F()
147 &os_buffer, 1, kMessage.size(), &mojo_guid, in TEST_F()
172 MojoPlatformHandle os_buffer; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
173 os_buffer.struct_size = sizeof(MojoPlatformHandle); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
179 wrapped_handle, nullptr, &os_buffer, in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
[all …]