Searched refs:socketFd (Results 1 - 3 of 3) sorted by relevance

/system/core/include/sysutils/
H A DSocketListener.h34 SocketListener(int socketFd, bool listen);
/system/core/libsysutils/src/
H A DSocketListener.cpp40 SocketListener::SocketListener(int socketFd, bool listen) { argument
43 mSock = socketFd;
/system/core/libcutils/
H A Dmq.c1070 SelectableFd* socketFd = selectorAdd(masterPeer->selector, socket); local
1071 if (socketFd == NULL) {
1083 socketFd->remove = true;
1087 peerProxySetFd(peerProxy, socketFd);

Completed in 1549 milliseconds