Home
last modified time | relevance | path

Searched refs:ChannelPosix (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
Dchannel_posix.cc86 class ChannelPosix : public Channel, class
90 ChannelPosix(Delegate* delegate, in ChannelPosix() function in mojo::edk::__anon1c8cc3c60111::ChannelPosix
109 FROM_HERE, base::Bind(&ChannelPosix::StartOnIOThread, this)); in Start()
116 FROM_HERE, base::Bind(&ChannelPosix::ShutDownOnIOThread, this)); in ShutDownImpl()
136 base::Bind(&ChannelPosix::OnError, this)); in Write()
203 ~ChannelPosix() override { in ~ChannelPosix()
238 FROM_HERE, base::Bind(&ChannelPosix::WaitForWriteOnIOThread, this)); in WaitForWriteOnIOThreadNoLock()
506 DISALLOW_COPY_AND_ASSIGN(ChannelPosix);
516 return new ChannelPosix(delegate, std::move(platform_handle), io_task_runner); in Create()
/external/libmojo/ipc/
Dipc_message.h265 friend class ChannelPosix; variable