Home
last modified time | relevance | path

Searched refs:CreateSharedBuffer (Results 1 – 10 of 10) sorted by relevance

/external/libmojo/mojo/public/c/system/
Dthunks.cc134 assert(g_thunks.CreateSharedBuffer); in MojoCreateSharedBuffer()
135 return g_thunks.CreateSharedBuffer(options, num_bytes, shared_buffer_handle); in MojoCreateSharedBuffer()
Dthunks.h92 MojoResult (*CreateSharedBuffer)( member
/external/libmojo/mojo/edk/system/
Dcore.h226 MojoResult CreateSharedBuffer(
Dshared_buffer_dispatcher.cc90 node_controller->CreateSharedBuffer(static_cast<size_t>(num_bytes)); in Create()
Dnode_controller.h114 scoped_refptr<PlatformSharedBuffer> CreateSharedBuffer(size_t num_bytes);
Dshared_buffer_unittest.cc23 TEST_F(SharedBufferTest, CreateSharedBuffer) { in TEST_F() argument
Dcore.cc784 GetNodeController()->CreateSharedBuffer( in CreateDataPipe()
895 MojoResult Core::CreateSharedBuffer( in CreateSharedBuffer() function in mojo::edk::Core
Dnode_controller.cc346 scoped_refptr<PlatformSharedBuffer> NodeController::CreateSharedBuffer( in CreateSharedBuffer() function in mojo::edk::NodeController
/external/libmojo/mojo/edk/embedder/
Dentrypoints.cc200 return g_core->CreateSharedBuffer(options, num_bytes, shared_buffer_handle); in MojoCreateSharedBufferImpl()
/external/libmojo/mojo/android/system/
Dcore_impl.cc140 static ScopedJavaLocalRef<jobject> CreateSharedBuffer( in CreateSharedBuffer() function