Home
last modified time | relevance | path

Searched refs:AddGenericAssociatedInterface (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ipc/
Dipc_channel.h102 virtual void AddGenericAssociatedInterface( in COMPONENT_EXPORT()
118 AddGenericAssociatedInterface( in COMPONENT_EXPORT()
Dipc_channel_mojo.h114 void AddGenericAssociatedInterface( in COMPONENT_EXPORT()
Dipc_channel_proxy.cc73 support->AddGenericAssociatedInterface(entry.first, entry.second); in CreateChannel()
382 support->AddGenericAssociatedInterface(name, factory); in AddGenericAssociatedInterfaceForIOThread()
Dipc_channel_mojo.cc330 void ChannelMojo::AddGenericAssociatedInterface( in AddGenericAssociatedInterface() function in IPC::ChannelMojo