Searched refs:GetAndRemoveDispatcher (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/mojo/core/ |
D | core.cc | 165 scoped_refptr<Dispatcher> Core::GetAndRemoveDispatcher(MojoHandle handle) { in GetAndRemoveDispatcher() function in mojo::core::Core 168 handles_->GetAndRemoveDispatcher(handle, &dispatcher); in GetAndRemoveDispatcher() 296 MojoResult rv = handles_->GetAndRemoveDispatcher(handle, &dispatcher); in Close() 549 handles_->GetAndRemoveDispatcher(*message_pipe_handle0, &dispatcher0); in CreateMessagePipe() 604 handles_->GetAndRemoveDispatcher(handle0, &dispatcher0); in FuseMessagePipes() 606 handles_->GetAndRemoveDispatcher(handle1, &dispatcher1); in FuseMessagePipes() 729 handles_->GetAndRemoveDispatcher(*data_pipe_producer_handle, &unused); in CreateDataPipe() 1024 handles_->GetAndRemoveDispatcher(mojo_handle, &dispatcher); in UnwrapPlatformHandle() 1124 result = handles_->GetAndRemoveDispatcher(mojo_handle, &dispatcher); in UnwrapPlatformSharedMemoryRegion() 1358 MojoResult result = handles_->GetAndRemoveDispatcher(invitation_handle, in SendInvitation()
|
D | handle_table.h | 41 MojoResult GetAndRemoveDispatcher(MojoHandle,
|
D | handle_table.cc | 97 MojoResult HandleTable::GetAndRemoveDispatcher( in GetAndRemoveDispatcher() function in mojo::core::HandleTable
|
D | core.h | 60 scoped_refptr<Dispatcher> GetAndRemoveDispatcher(MojoHandle handle);
|
D | embedder_unittest.cc | 63 Core::Get()->GetAndRemoveDispatcher(handle); in ExtractRegionFromSharedBuffer()
|