Home
last modified time | relevance | path

Searched refs:iSockId (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/remote-processor/
DListeningSocket.cpp88 int iSockId = ::accept(getFd(), (struct sockaddr*)&client_addr, &ulClientAddrLen); in accept() local
90 if (iSockId == -1) { in accept()
96 return new CSocket(iSockId); in accept()
DSocket.cpp69 CSocket::CSocket(int iSockId) : _iSockFd(iSockId) in CSocket() argument
DSocket.h50 CSocket(int iSockId);