HomeSort by relevance Sort by last modified time
    Searched refs:DuplicateBufferHandle (Results 1 - 10 of 10) sorted by null

  /external/libmojo/mojo/edk/system/
shared_buffer_dispatcher_unittest.cc 184 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));
shared_buffer_dispatcher.h 72 MojoResult DuplicateBufferHandle(
dispatcher.cc 49 MojoResult Dispatcher::DuplicateBufferHandle(
dispatcher.h 95 virtual MojoResult DuplicateBufferHandle(
core.h 241 MojoResult DuplicateBufferHandle(
shared_buffer_dispatcher.cc 186 MojoResult SharedBufferDispatcher::DuplicateBufferHandle(
core.cc 940 MojoResult Core::DuplicateBufferHandle(
    [all...]
  /external/libmojo/mojo/public/c/system/
thunks.h 96 MojoResult (*DuplicateBufferHandle)(
thunks.cc 142 assert(g_thunks.DuplicateBufferHandle);
143 return g_thunks.DuplicateBufferHandle(buffer_handle, options,
  /external/libmojo/mojo/edk/embedder/
entrypoints.cc 207 return g_core->DuplicateBufferHandle(buffer_handle, options,

Completed in 628 milliseconds