Home
last modified time | relevance | path

Searched refs:io_task_runner (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/mojo/core/embedder/
Dembedder.cc39 return Core::Get()->GetNodeController()->io_task_runner(); in GetIOTaskRunner()
/external/libchrome/mojo/core/
Dnode_channel.h82 scoped_refptr<base::TaskRunner> io_task_runner,
157 scoped_refptr<base::TaskRunner> io_task_runner,
Dchannel_posix.cc103 scoped_refptr<base::TaskRunner> io_task_runner) in ChannelPosix() argument
104 : Channel(delegate), self_(this), io_task_runner_(io_task_runner) { in ChannelPosix()
762 scoped_refptr<base::TaskRunner> io_task_runner) { in Create() argument
764 io_task_runner); in Create()
Dnode_channel.cc163 scoped_refptr<base::TaskRunner> io_task_runner, in Create() argument
169 return new NodeChannel(delegate, std::move(connection_params), io_task_runner, in Create()
442 scoped_refptr<base::TaskRunner> io_task_runner, in NodeChannel() argument
445 io_task_runner_(io_task_runner), in NodeChannel()
Dnode_controller.h65 scoped_refptr<base::TaskRunner> io_task_runner() const { in io_task_runner() function
76 void SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner);
Dcore.cc135 if (node_controller_ && node_controller_->io_task_runner()) { in ~Core()
139 scoped_refptr<base::TaskRunner> io_task_runner = in ~Core() local
140 node_controller_->io_task_runner(); in ~Core()
141 io_task_runner->PostTask(FROM_HERE, in ~Core()
149 void Core::SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner) { in SetIOTaskRunner() argument
150 GetNodeController()->SetIOTaskRunner(io_task_runner); in SetIOTaskRunner()
1305 auto error_handler_task_runner = GetNodeController()->io_task_runner(); in SendInvitation()
Dchannel.h266 scoped_refptr<base::TaskRunner> io_task_runner);
Dcore.h54 void SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner);
/external/libchrome/libchrome_tools/patch/
Dmojom_disable_trace_and_mem_dump.patch35 void Core::SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner) {