Searched defs:GetDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dhandle_table.cc53 scoped_refptr<Dispatcher> HandleTable::GetDispatcher(MojoHandle handle) const { function in class:mojo::edk::HandleTable
H A Dcore.cc164 scoped_refptr<Dispatcher> Core::GetDispatcher(MojoHandle handle) { function in class:mojo::edk::Core
166 return handles_.GetDispatcher(handle);
285 dispatcher = handles_.GetDispatcher(mojo_handle);
422 scoped_refptr<Dispatcher> dispatcher = GetDispatcher(handle);
431 scoped_refptr<Dispatcher> dispatcher = GetDispatcher(handle);
539 scoped_refptr<Dispatcher> wait_set_dispatcher(GetDispatcher(wait_set_handle));
543 scoped_refptr<Dispatcher> dispatcher(GetDispatcher(handle));
553 scoped_refptr<Dispatcher> wait_set_dispatcher(GetDispatcher(wait_set_handle));
557 scoped_refptr<Dispatcher> dispatcher(GetDispatcher(handle));
573 scoped_refptr<Dispatcher> wait_set_dispatcher(GetDispatcher(wait_set_handl
[all...]

Completed in 121 milliseconds