D | SocketComm.cpp | 101 SocketConn* SocketComm::accept() { in accept() function in android::hardware::automotive::vehicle::V2_0::impl::SocketComm 104 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept() 119 SocketConn* conn = accept(); in listenThread()
|