Home
last modified time | relevance | path

Searched refs:GetDispatcher (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/edk/system/
Dcore.cc164 scoped_refptr<Dispatcher> Core::GetDispatcher(MojoHandle handle) { in GetDispatcher() function in mojo::edk::Core
166 return handles_.GetDispatcher(handle); in GetDispatcher()
307 dispatcher = handles_.GetDispatcher(mojo_handle); in PassSharedMemoryHandle()
436 scoped_refptr<Dispatcher> dispatcher = GetDispatcher(handle); in Watch()
445 scoped_refptr<Dispatcher> dispatcher = GetDispatcher(handle); in CancelWatch()
553 scoped_refptr<Dispatcher> wait_set_dispatcher(GetDispatcher(wait_set_handle)); in AddHandle()
557 scoped_refptr<Dispatcher> dispatcher(GetDispatcher(handle)); in AddHandle()
567 scoped_refptr<Dispatcher> wait_set_dispatcher(GetDispatcher(wait_set_handle)); in RemoveHandle()
571 scoped_refptr<Dispatcher> dispatcher(GetDispatcher(handle)); in RemoveHandle()
587 scoped_refptr<Dispatcher> wait_set_dispatcher(GetDispatcher(wait_set_handle)); in GetReadyHandles()
[all …]
Dhandle_table.h33 scoped_refptr<Dispatcher> GetDispatcher(MojoHandle handle) const;
Dhandle_table.cc54 scoped_refptr<Dispatcher> HandleTable::GetDispatcher(MojoHandle handle) const { in GetDispatcher() function in mojo::edk::HandleTable
Dwait_set_dispatcher_unittest.cc65 static_cast<MessagePipeDispatcher*>(core->GetDispatcher(h0).get())); in CreateMessagePipe()
67 static_cast<MessagePipeDispatcher*>(core->GetDispatcher(h1).get())); in CreateMessagePipe()
Dcore.h53 scoped_refptr<Dispatcher> GetDispatcher(MojoHandle handle);