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

/external/skia/experimental/Networking/
H A DSkSockets.cpp67 void SkSocket::onFailedConnection(int sockfd) { function in class:SkSocket
155 this->onFailedConnection(i);
236 this->onFailedConnection(i);
329 void SkTCPClient::onFailedConnection(int sockfd) { //cleanup and recreate socket function in class:SkTCPClient
351 this->onFailedConnection(fSockfd);

Completed in 54 milliseconds