Searched refs:DuplicateBufferHandle (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/mojo/core/ |
D | shared_buffer_dispatcher_unittest.cc | 180 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()
|
D | shared_buffer_dispatcher.h | 77 MojoResult DuplicateBufferHandle(
|
D | dispatcher.h | 99 virtual MojoResult DuplicateBufferHandle(
|
D | dispatcher.cc | 52 MojoResult Dispatcher::DuplicateBufferHandle( in DuplicateBufferHandle() function in mojo::core::Dispatcher
|
D | core.h | 267 MojoResult DuplicateBufferHandle(
|
D | shared_buffer_dispatcher.cc | 215 MojoResult SharedBufferDispatcher::DuplicateBufferHandle( in DuplicateBufferHandle() function in mojo::core::SharedBufferDispatcher
|
D | entrypoints.cc | 195 return g_core->DuplicateBufferHandle(buffer_handle, options, in MojoDuplicateBufferHandleImpl()
|
D | core.cc | 893 MojoResult Core::DuplicateBufferHandle( in DuplicateBufferHandle() function in mojo::core::Core 905 dispatcher->DuplicateBufferHandle(options, &new_dispatcher); in DuplicateBufferHandle()
|
/external/libchrome/mojo/public/c/system/ |
D | thunks.h | 130 MojoResult (*DuplicateBufferHandle)( member
|
D | thunks.cc | 259 return INVOKE_THUNK(DuplicateBufferHandle, buffer_handle, options, in MojoDuplicateBufferHandle()
|