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

  /external/libchrome/mojo/core/
shared_buffer_dispatcher_unittest.cc 180 TEST_F(SharedBufferDispatcherTest, DuplicateBufferHandle) {
195 dispatcher1->DuplicateBufferHandle(nullptr, &dispatcher2));
228 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->DuplicateBufferHandle(
239 dispatcher1->DuplicateBufferHandle(&kReadOnlyOptions,
246 dispatcher2->DuplicateBufferHandle(&kReadOnlyOptions,
258 dispatcher2->DuplicateBufferHandle(nullptr, &writable_duped_dispatcher2));
279 dispatcher1->DuplicateBufferHandle(&options, &dispatcher2));
289 dispatcher1->DuplicateBufferHandle(&options, &dispatcher2));
shared_buffer_dispatcher.h 77 MojoResult DuplicateBufferHandle(
dispatcher.cc 52 MojoResult Dispatcher::DuplicateBufferHandle(
dispatcher.h 99 virtual MojoResult DuplicateBufferHandle(
core.h 267 MojoResult DuplicateBufferHandle(
entrypoints.cc 195 return g_core->DuplicateBufferHandle(buffer_handle, options,
shared_buffer_dispatcher.cc 215 MojoResult SharedBufferDispatcher::DuplicateBufferHandle(
core.cc     [all...]
  /external/libchrome/mojo/public/c/system/
thunks.h 130 MojoResult (*DuplicateBufferHandle)(
thunks.cc 259 return INVOKE_THUNK(DuplicateBufferHandle, buffer_handle, options,

Completed in 396 milliseconds