Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DRTPSocketHandler.h115 void pingRemote(std::shared_ptr<RTPSession> session);
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSocketHandler.cpp422 this, &RTPSocketHandler::pingRemote, mSession), in onPacketReceived()
476 void RTPSocketHandler::pingRemote(std::shared_ptr<RTPSession> session) { in pingRemote() function in RTPSocketHandler
512 makeSafeCallback(this, &RTPSocketHandler::pingRemote, session), in pingRemote()