Searched defs:createMessageChannel (Results 1 - 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTCPMessageProcessor.java214 public synchronized MessageChannel createMessageChannel(HostPort targetHostPort) method in class:TCPMessageProcessor
246 public synchronized MessageChannel createMessageChannel(InetAddress host, int port) method in class:TCPMessageProcessor
H A DTLSMessageProcessor.java230 public synchronized MessageChannel createMessageChannel(HostPort targetHostPort) method in class:TLSMessageProcessor
262 public synchronized MessageChannel createMessageChannel(InetAddress host, int port) method in class:TLSMessageProcessor
H A DUDPMessageProcessor.java309 public MessageChannel createMessageChannel(HostPort targetHostPort) method in class:UDPMessageProcessor
315 public MessageChannel createMessageChannel(InetAddress host, int port) method in class:UDPMessageProcessor
H A DMessageProcessor.java284 public abstract MessageChannel createMessageChannel(HostPort targetHostPort) method in class:MessageProcessor
292 public abstract MessageChannel createMessageChannel(InetAddress targetHost, method in class:MessageProcessor
H A DSIPTransactionStack.java1342 public MessageChannel createMessageChannel(SIPRequest request, MessageProcessor mp, method in class:SIPTransactionStack
1355 MessageChannel mc = mp.createMessageChannel(targetHostPort);
2031 newChannel = nextProcessor.createMessageChannel(targetHostPort);
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.cc189 void PpapiWebKitPlatformSupportImpl::createMessageChannel( function in class:content::PpapiWebKitPlatformSupportImpl
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc323 void RendererWebKitPlatformSupportImpl::createMessageChannel( function in class:content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h299 virtual void createMessageChannel(WebMessagePortChannel** channel1, WebMessagePortChannel** channel2) { *channel1 = 0; *channel2 = 0; } function in class:blink::Platform

Completed in 454 milliseconds