HomeSort by relevance Sort by last modified time
    Searched refs:ChannelMojo (Results 1 - 8 of 8) sorted by null

  /external/libchrome/ipc/
ipc_channel_mojo.cc 49 return ChannelMojo::Create(std::move(handle_), mode_, listener,
83 std::unique_ptr<ChannelMojo> ChannelMojo::Create(
89 return base::WrapUnique(new ChannelMojo(std::move(handle), mode, listener,
94 std::unique_ptr<ChannelFactory> ChannelMojo::CreateServerFactory(
104 std::unique_ptr<ChannelFactory> ChannelMojo::CreateClientFactory(
113 ChannelMojo::ChannelMojo(
128 void ChannelMojo::ForwardMessageFromThreadSafePtr(mojo::Message message) {
136 void ChannelMojo::ForwardMessageWithResponderFromThreadSafePtr
    [all...]
ipc_channel_mojo.h 36 // ChannelMojo builds a Mojo MessagePipe using the provided message pipe
43 class COMPONENT_EXPORT(IPC) ChannelMojo
48 // Creates a ChannelMojo.
49 static std::unique_ptr<ChannelMojo> Create(
56 // Create a factory object for ChannelMojo.
69 ~ChannelMojo() override;
80 // These access protected API of IPC::Message, which has ChannelMojo
99 ChannelMojo(
121 base::WeakPtr<ChannelMojo> weak_ptr_;
123 // A TaskRunner which runs tasks on the ChannelMojo's owning thread
    [all...]
ipc_channel_common.cc 39 return ChannelMojo::Create(
55 return ChannelMojo::Create(
ipc_test_base.cc 41 channel_ = IPC::ChannelMojo::Create(
67 channel_ = IPC::ChannelMojo::Create(
ipc_message_pipe_reader.cc 59 result = ChannelMojo::ReadFromMessageAttachmentSet(message.get(), &handles);
96 MojoResult write_result = ChannelMojo::WriteToMessageAttachmentSet(
ipc_channel_factory.cc 27 return ChannelMojo::Create(
ipc_message.h 237 friend class ChannelMojo;
ipc_channel_mojo_unittest.cc 799 factory = IPC::ChannelMojo::CreateServerFactory(
803 factory = IPC::ChannelMojo::CreateClientFactory(
    [all...]

Completed in 1307 milliseconds