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

  /external/libmojo/mojo/public/c/system/
thunks.h 92 MojoResult (*CreateSharedBuffer)(
thunks.cc 134 assert(g_thunks.CreateSharedBuffer);
135 return g_thunks.CreateSharedBuffer(options, num_bytes, shared_buffer_handle);
  /external/libmojo/mojo/edk/system/
core.h 237 MojoResult CreateSharedBuffer(
shared_buffer_dispatcher.cc 90 node_controller->CreateSharedBuffer(static_cast<size_t>(num_bytes));
node_controller.h 123 scoped_refptr<PlatformSharedBuffer> CreateSharedBuffer(size_t num_bytes);
shared_buffer_unittest.cc 23 TEST_F(SharedBufferTest, CreateSharedBuffer) {
core.cc 800 GetNodeController()->CreateSharedBuffer(
911 MojoResult Core::CreateSharedBuffer(
    [all...]
node_controller.cc 362 scoped_refptr<PlatformSharedBuffer> NodeController::CreateSharedBuffer(
    [all...]
  /external/libmojo/mojo/edk/embedder/
entrypoints.cc 200 return g_core->CreateSharedBuffer(options, num_bytes, shared_buffer_handle);
  /external/libmojo/mojo/android/system/
core_impl.cc 104 static ScopedJavaLocalRef<jobject> CreateSharedBuffer(

Completed in 636 milliseconds