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

/system/core/libsysutils/src/
H A DNetlinkListener.cpp46 int socket = cli->getSocket();
H A DSocketListener.cpp175 int fd = (*it)->getSocket();
226 int fd = c->getSocket();
255 SLOGV("going to zap %d for %s", c->getSocket(), mSocketName);
H A DFrameworkListener.cpp58 len = TEMP_FAILURE_RETRY(read(c->getSocket(), buffer, sizeof(buffer)));
/system/core/include/sysutils/
H A DSocketClient.h38 int getSocket() { return mSocket; } function in class:SocketClient
/system/core/logd/
H A DLogListener.cpp54 int socket = cli->getSocket();
H A DLogReader.cpp44 int len = read(cli->getSocket(), buffer, sizeof(buffer) - 1);
H A DLogAudit.cpp58 if (audit_get_reply(cli->getSocket(), &rep, GET_REPLY_BLOCKING, 0) < 0) {
/system/netd/server/
H A DFwmarkServer.cpp69 int messageLength = TEMP_FAILURE_RETRY(recvmsg(client->getSocket(), &message, 0));

Completed in 110 milliseconds