Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_channel_common.cc64 Channel::AssociatedInterfaceSupport* Channel::GetAssociatedInterfaceSupport() { in GetAssociatedInterfaceSupport() function in IPC::Channel
Dipc_channel.h233 virtual AssociatedInterfaceSupport* GetAssociatedInterfaceSupport(); in COMPONENT_EXPORT()
Dipc_channel_mojo.h78 Channel::AssociatedInterfaceSupport* GetAssociatedInterfaceSupport() override; in COMPONENT_EXPORT()
Dipc_sync_message_filter.cc193 channel_->GetAssociatedInterfaceSupport(); in GetGenericRemoteAssociatedInterface()
Dipc_channel_proxy.cc67 channel_->GetAssociatedInterfaceSupport(); in CreateChannel()
380 channel_->GetAssociatedInterfaceSupport(); in AddGenericAssociatedInterfaceForIOThread()
Dipc_channel_mojo.cc243 ChannelMojo::GetAssociatedInterfaceSupport() { return this; } in GetAssociatedInterfaceSupport() function in IPC::ChannelMojo
Dipc_channel_mojo_unittest.cc314 channel()->GetAssociatedInterfaceSupport()->GetRemoteAssociatedInterface( in DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT()
679 channel->GetAssociatedInterfaceSupport()->AddAssociatedInterface( in RegisterInterfaceFactory()
725 channel_->GetAssociatedInterfaceSupport()->GetRemoteAssociatedInterface( in OnChannelConnected()