Searched defs:NATSocketFactory (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/webrtc/base/
H A Dnatsocketfactory.cc306 // NATSocketFactory
307 NATSocketFactory::NATSocketFactory(SocketFactory* factory, function in class:rtc::NATSocketFactory
312 Socket* NATSocketFactory::CreateSocket(int type) {
316 Socket* NATSocketFactory::CreateSocket(int family, int type) {
320 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int type) {
324 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int family, int type) {
328 AsyncSocket* NATSocketFactory::CreateInternalSocket(int family, int type,
H A Dnatsocketfactory.h38 class NATSocketFactory : public SocketFactory, public NATInternalSocketFactory { class in namespace:rtc
40 NATSocketFactory(SocketFactory* factory, const SocketAddress& nat_addr);
55 DISALLOW_EVIL_CONSTRUCTORS(NATSocketFactory);

Completed in 3096 milliseconds