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

/system/core/libsysutils/src/
H A DFrameworkClient.cpp12 mSocket = socket;
18 if (mSocket < 0) {
24 ret = TEMP_FAILURE_RETRY(write(mSocket, msg, strlen(msg) +1));
H A DSocketClient.cpp25 mSocket = socket;
50 close(mSocket);
175 if (mSocket < 0) {
195 writev(mSocket, iov + current, iovcnt - current));
/system/core/include/sysutils/
H A DFrameworkClient.h9 int mSocket; member in class:FrameworkClient
H A DSocketClient.h12 int mSocket; member in class:SocketClient
38 int getSocket() { return mSocket; }

Completed in 392 milliseconds