Lines Matching refs:SharedBufferDispatcher

44     SharedBufferDispatcher::kDefaultCreateOptions = {
49 MojoResult SharedBufferDispatcher::ValidateCreateOptions( in ValidateCreateOptions()
77 MojoResult SharedBufferDispatcher::Create( in Create()
81 scoped_refptr<SharedBufferDispatcher>* result) { in Create()
103 MojoResult SharedBufferDispatcher::CreateFromPlatformSharedBuffer( in CreateFromPlatformSharedBuffer()
105 scoped_refptr<SharedBufferDispatcher>* result) { in CreateFromPlatformSharedBuffer()
114 scoped_refptr<SharedBufferDispatcher> SharedBufferDispatcher::Deserialize( in Deserialize()
163 SharedBufferDispatcher::PassPlatformSharedBuffer() { in PassPlatformSharedBuffer()
173 Dispatcher::Type SharedBufferDispatcher::GetType() const { in GetType()
177 MojoResult SharedBufferDispatcher::Close() { in Close()
186 MojoResult SharedBufferDispatcher::DuplicateBufferHandle( in DuplicateBufferHandle()
217 MojoResult SharedBufferDispatcher::MapBuffer( in MapBuffer()
246 void SharedBufferDispatcher::StartSerialize(uint32_t* num_bytes, in StartSerialize()
254 bool SharedBufferDispatcher::EndSerialize(void* destination, in EndSerialize()
275 bool SharedBufferDispatcher::BeginTransit() { in BeginTransit()
283 void SharedBufferDispatcher::CompleteTransitAndClose() { in CompleteTransitAndClose()
290 void SharedBufferDispatcher::CancelTransit() { in CancelTransit()
296 SharedBufferDispatcher::SharedBufferDispatcher( in SharedBufferDispatcher() function in mojo::edk::SharedBufferDispatcher
302 SharedBufferDispatcher::~SharedBufferDispatcher() { in ~SharedBufferDispatcher()
307 MojoResult SharedBufferDispatcher::ValidateDuplicateOptions( in ValidateDuplicateOptions()