Lines Matching refs:num_bytes
59 MojoResult MojoAllocMessageImpl(uint32_t num_bytes, in MojoAllocMessageImpl() argument
64 return g_core->AllocMessage(num_bytes, handles, num_handles, flags, message); in MojoAllocMessageImpl()
109 uint32_t num_bytes, in MojoWriteMessageImpl() argument
113 return g_core->WriteMessage(message_pipe_handle, bytes, num_bytes, handles, in MojoWriteMessageImpl()
125 uint32_t* num_bytes, in MojoReadMessageImpl() argument
130 message_pipe_handle, bytes, num_bytes, handles, num_handles, flags); in MojoReadMessageImpl()
135 uint32_t* num_bytes, in MojoReadMessageNewImpl() argument
140 message_pipe_handle, message, num_bytes, handles, num_handles, flags); in MojoReadMessageNewImpl()
198 uint64_t num_bytes, in MojoCreateSharedBufferImpl() argument
200 return g_core->CreateSharedBuffer(options, num_bytes, shared_buffer_handle); in MojoCreateSharedBufferImpl()
213 uint64_t num_bytes, in MojoMapBufferImpl() argument
216 return g_core->MapBuffer(buffer_handle, offset, num_bytes, buffer, flags); in MojoMapBufferImpl()
235 size_t num_bytes, in MojoWrapPlatformSharedBufferHandleImpl() argument
238 return g_core->WrapPlatformSharedBufferHandle(platform_handle, num_bytes, in MojoWrapPlatformSharedBufferHandleImpl()
245 size_t* num_bytes, in MojoUnwrapPlatformSharedBufferHandleImpl() argument
248 num_bytes, flags); in MojoUnwrapPlatformSharedBufferHandleImpl()