Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dshared_buffer_dispatcher_unittest.cc180 TEST_F(SharedBufferDispatcherTest, DuplicateBufferHandle) { in TEST_F() argument
195 dispatcher1->DuplicateBufferHandle(nullptr, &dispatcher2)); in TEST_F()
228 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->DuplicateBufferHandle( in TEST_F()
239 dispatcher1->DuplicateBufferHandle(&kReadOnlyOptions, in TEST_F()
246 dispatcher2->DuplicateBufferHandle(&kReadOnlyOptions, in TEST_F()
258 dispatcher2->DuplicateBufferHandle(nullptr, &writable_duped_dispatcher2)); in TEST_F()
279 dispatcher1->DuplicateBufferHandle(&options, &dispatcher2)); in TEST_F()
289 dispatcher1->DuplicateBufferHandle(&options, &dispatcher2)); in TEST_F()
Dshared_buffer_dispatcher.h77 MojoResult DuplicateBufferHandle(
Ddispatcher.h99 virtual MojoResult DuplicateBufferHandle(
Ddispatcher.cc52 MojoResult Dispatcher::DuplicateBufferHandle( in DuplicateBufferHandle() function in mojo::core::Dispatcher
Dcore.h267 MojoResult DuplicateBufferHandle(
Dshared_buffer_dispatcher.cc215 MojoResult SharedBufferDispatcher::DuplicateBufferHandle( in DuplicateBufferHandle() function in mojo::core::SharedBufferDispatcher
Dentrypoints.cc195 return g_core->DuplicateBufferHandle(buffer_handle, options, in MojoDuplicateBufferHandleImpl()
Dcore.cc893 MojoResult Core::DuplicateBufferHandle( in DuplicateBufferHandle() function in mojo::core::Core
905 dispatcher->DuplicateBufferHandle(options, &new_dispatcher); in DuplicateBufferHandle()
/external/libchrome/mojo/public/c/system/
Dthunks.h130 MojoResult (*DuplicateBufferHandle)( member
Dthunks.cc259 return INVOKE_THUNK(DuplicateBufferHandle, buffer_handle, options, in MojoDuplicateBufferHandle()