Searched refs:getSocket (Results 1 - 4 of 4) sorted by relevance

/system/core/libsysutils/src/
H A DNetlinkListener.cpp46 int socket = cli->getSocket();
H A DSocketListener.cpp169 int fd = (*it)->getSocket();
211 int fd = (*it)->getSocket();
229 SLOGV("going to zap %d for %s", c->getSocket(), mSocketName);
H A DFrameworkListener.cpp49 len = TEMP_FAILURE_RETRY(read(c->getSocket(), buffer, sizeof(buffer)));
/system/core/include/sysutils/
H A DSocketClient.h37 int getSocket() { return mSocket; } function in class:SocketClient

Completed in 205 milliseconds