Home
last modified time | relevance | path

Searched refs:onTCPConnect (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DRTPSocketHandler.h124 void onTCPConnect();
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSocketHandler.cpp183 makeSafeCallback(this, &RTPSocketHandler::onTCPConnect)); in run()
189 void RTPSocketHandler::onTCPConnect() { in onTCPConnect() function in RTPSocketHandler
194 mSocket->postRecv(makeSafeCallback(this, &RTPSocketHandler::onTCPConnect)); in onTCPConnect()