Home
last modified time | relevance | path

Searched refs:OnNewConnection (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dasyncstuntcpsocket_unittest.cc101 this, &AsyncStunTCPSocketTest::OnNewConnection); in CreateSockets()
117 void OnNewConnection(talk_base::AsyncPacketSocket* server, in OnNewConnection() function in cricket::AsyncStunTCPSocketTest
Dtcpport.cc62 socket_->SignalNewConnection.connect(this, &TCPPort::OnNewConnection); in Init()
183 void TCPPort::OnNewConnection(talk_base::AsyncPacketSocket* socket, in OnNewConnection() function in cricket::TCPPort
Dtcpport.h90 void OnNewConnection(talk_base::AsyncPacketSocket* socket,
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos.h137 void OnNewConnection(scoped_refptr<BluetoothSocket> socket,
Dbluetooth_socket_chromeos.cc458 base::Bind(&BluetoothSocketChromeOS::OnNewConnection, in AcceptConnectionRequest()
509 void BluetoothSocketChromeOS::OnNewConnection( in OnNewConnection() function in chromeos::BluetoothSocketChromeOS