Home
last modified time | relevance | path

Searched refs:SyncChannel (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/ipc/
Dipc_sync_channel.cc64 class SyncChannel::ReceivedSyncMsgQueue :
86 NestedSendDoneWatcher(SyncChannel::SyncContext* context, in NestedSendDoneWatcher()
93 base::BindOnce(&SyncChannel::SyncContext::OnSendDoneEventSignaled, in NestedSendDoneWatcher()
158 void QueueMessage(const Message& msg, SyncChannel::SyncContext* context) { in QueueMessage()
180 void QueueReply(const Message &msg, SyncChannel::SyncContext* context) { in QueueReply()
205 scoped_refptr<SyncChannel::SyncContext> context; in DispatchMessages()
316 scoped_refptr<SyncChannel::SyncContext> context;
352 SyncChannel::ReceivedSyncMsgQueue>>::DestructorAtExit
353 SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_ =
356 SyncChannel::SyncContext::SyncContext( in SyncContext()
[all …]
Dipc_sync_channel.h73 class COMPONENT_EXPORT(IPC) SyncChannel : public ChannelProxy { in COMPONENT_EXPORT()
82 static std::unique_ptr<SyncChannel> Create( in COMPONENT_EXPORT()
91 static std::unique_ptr<SyncChannel> Create( in COMPONENT_EXPORT()
102 static std::unique_ptr<SyncChannel> Create( in COMPONENT_EXPORT()
108 ~SyncChannel() override; in COMPONENT_EXPORT()
221 SyncChannel( in COMPONENT_EXPORT()
258 DISALLOW_COPY_AND_ASSIGN(SyncChannel); in COMPONENT_EXPORT()
Dipc_sync_message_filter.h28 class SyncChannel; variable
65 friend class SyncChannel; in COMPONENT_EXPORT()
Dipc_sync_channel_unittest.cc151 SyncChannel* channel() { return channel_.get(); } in channel()
178 virtual SyncChannel* CreateChannel() { in CreateChannel()
179 std::unique_ptr<SyncChannel> channel = SyncChannel::Create( in CreateChannel()
250 std::unique_ptr<SyncChannel> channel_;
366 SyncChannel* CreateChannel() override { in CreateChannel()
367 SyncChannel* channel = in CreateChannel()
368 SyncChannel::Create(TakeChannelHandle(), mode(), this, in CreateChannel()
393 SyncChannel* CreateChannel() override { in CreateChannel()
394 SyncChannel* channel = in CreateChannel()
395 SyncChannel::Create(TakeChannelHandle(), mode(), this, in CreateChannel()
[all …]
Dipc_cpu_perftest.cc226 channel_proxy = IPC::SyncChannel::Create( in RunPingPongServer()
Dipc_mojo_perftest.cc223 auto channel_proxy = IPC::SyncChannel::Create( in RunTestChannelProxySyncPing()
Dipc_channel_mojo_unittest.cc791 proxy_ = IPC::SyncChannel::Create(listener, io_thread_.task_runner(), in CreateProxy()