Searched refs:ChannelPosix (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/core/ |
D | channel_posix.cc | 94 class ChannelPosix : public Channel, class 101 ChannelPosix(Delegate* delegate, in ChannelPosix() function in mojo::core::__anon8d1326f50111::ChannelPosix 127 FROM_HERE, base::BindOnce(&ChannelPosix::StartOnIOThread, this)); in Start() 134 FROM_HERE, base::BindOnce(&ChannelPosix::ShutDownOnIOThread, this)); in ShutDownImpl() 178 FROM_HERE, base::BindOnce(&ChannelPosix::OnWriteError, this, in Write() 287 ~ChannelPosix() override { in ~ChannelPosix() 331 base::BindOnce(&ChannelPosix::WaitForWriteOnIOThread, this)); in WaitForWriteOnIOThreadNoLock() 370 &ChannelPosix::FlushPendingMessagesWithMachPortsOnIOThread, this)); in OnProcessReady() 753 DISALLOW_COPY_AND_ASSIGN(ChannelPosix); 763 return new ChannelPosix(delegate, std::move(connection_params), in Create()
|
/external/cronet/ipc/ |
D | ipc_message.h | 233 friend class ChannelPosix; variable
|
/external/libchrome/ipc/ |
D | ipc_message.h | 239 friend class ChannelPosix; variable
|