HomeSort by relevance Sort by last modified time
    Searched defs:GetDispatcher (Results 1 - 2 of 2) sorted by null

  /external/libchrome/mojo/core/
handle_table.cc 90 scoped_refptr<Dispatcher> HandleTable::GetDispatcher(MojoHandle handle) const {
core.cc 160 scoped_refptr<Dispatcher> Core::GetDispatcher(MojoHandle handle) {
162 return handles_->GetDispatcher(handle);
308 scoped_refptr<Dispatcher> dispatcher = GetDispatcher(handle);
340 scoped_refptr<Dispatcher> watcher = GetDispatcher(trap_handle);
344 scoped_refptr<Dispatcher> dispatcher = GetDispatcher(handle);
359 scoped_refptr<Dispatcher> watcher = GetDispatcher(trap_handle);
373 scoped_refptr<Dispatcher> watcher = GetDispatcher(trap_handle);
569 auto dispatcher = GetDispatcher(message_pipe_handle);
579 auto dispatcher = GetDispatcher(message_pipe_handle);
745 GetDispatcher(data_pipe_producer_handle))
    [all...]

Completed in 383 milliseconds