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

/external/libmojo/mojo/edk/system/
H A Dshared_buffer_dispatcher_unittest.cc184 TEST_F(SharedBufferDispatcherTest, DuplicateBufferHandle) {
199 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->DuplicateBufferHandle(
228 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->DuplicateBufferHandle(
254 dispatcher1->DuplicateBufferHandle(&options, &dispatcher2));
264 dispatcher1->DuplicateBufferHandle(&options, &dispatcher2));
H A Dshared_buffer_dispatcher.h72 MojoResult DuplicateBufferHandle(
H A Ddispatcher.cc49 MojoResult Dispatcher::DuplicateBufferHandle( function in class:mojo::edk::Dispatcher
H A Ddispatcher.h95 virtual MojoResult DuplicateBufferHandle(
H A Dcore.h241 MojoResult DuplicateBufferHandle(
H A Dshared_buffer_dispatcher.cc186 MojoResult SharedBufferDispatcher::DuplicateBufferHandle( function in class:mojo::edk::SharedBufferDispatcher
H A Dcore.cc940 MojoResult Core::DuplicateBufferHandle( function in class:mojo::edk::Core
952 dispatcher->DuplicateBufferHandle(options, &new_dispatcher);
/external/libmojo/mojo/public/c/system/
H A Dthunks.h96 MojoResult (*DuplicateBufferHandle)( member in struct:MojoSystemThunks
H A Dthunks.cc142 assert(g_thunks.DuplicateBufferHandle);
143 return g_thunks.DuplicateBufferHandle(buffer_handle, options,
/external/libmojo/mojo/edk/embedder/
H A Dentrypoints.cc207 return g_core->DuplicateBufferHandle(buffer_handle, options,

Completed in 867 milliseconds