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

  /external/libchrome/mojo/core/
shared_buffer_unittest.cc 26 TEST_F(SharedBufferTest, CreateSharedBuffer) {
core.h 264 MojoResult CreateSharedBuffer(uint64_t num_bytes,
node_controller.h 117 base::WritableSharedMemoryRegion CreateSharedBuffer(size_t num_bytes);
entrypoints.cc 188 return g_core->CreateSharedBuffer(num_bytes, options, shared_buffer_handle);
shared_buffer_dispatcher.cc 94 node_controller->CreateSharedBuffer(static_cast<size_t>(num_bytes));
core.cc 676 GetNodeController()->CreateSharedBuffer(
864 MojoResult Core::CreateSharedBuffer(
    [all...]
node_controller.cc 293 base::WritableSharedMemoryRegion NodeController::CreateSharedBuffer(
    [all...]
  /external/libchrome/mojo/public/c/system/
thunks.h 126 MojoResult (*CreateSharedBuffer)(
thunks.cc 251 return INVOKE_THUNK(CreateSharedBuffer, num_bytes, options,

Completed in 818 milliseconds