Searched refs:CreateSharedBuffer (Results 1 – 10 of 10) sorted by relevance
134 assert(g_thunks.CreateSharedBuffer); in MojoCreateSharedBuffer()135 return g_thunks.CreateSharedBuffer(options, num_bytes, shared_buffer_handle); in MojoCreateSharedBuffer()
92 MojoResult (*CreateSharedBuffer)( member
226 MojoResult CreateSharedBuffer(
90 node_controller->CreateSharedBuffer(static_cast<size_t>(num_bytes)); in Create()
114 scoped_refptr<PlatformSharedBuffer> CreateSharedBuffer(size_t num_bytes);
23 TEST_F(SharedBufferTest, CreateSharedBuffer) { in TEST_F() argument
784 GetNodeController()->CreateSharedBuffer( in CreateDataPipe()895 MojoResult Core::CreateSharedBuffer( in CreateSharedBuffer() function in mojo::edk::Core
346 scoped_refptr<PlatformSharedBuffer> NodeController::CreateSharedBuffer( in CreateSharedBuffer() function in mojo::edk::NodeController
200 return g_core->CreateSharedBuffer(options, num_bytes, shared_buffer_handle); in MojoCreateSharedBufferImpl()
140 static ScopedJavaLocalRef<jobject> CreateSharedBuffer( in CreateSharedBuffer() function