Home
last modified time | relevance | path

Searched refs:mClient (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DDnsProxyListener.cpp54 : mClient(c), in GetAddrInfoHandler()
169 mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed, &rv, sizeof(rv)); in run()
171 bool success = !mClient->sendCode(ResponseCode::DnsProxyQueryResult); in run()
174 success = sendBE32(mClient, 1) && sendaddrinfo(mClient, ai); in run()
177 success = success && sendBE32(mClient, 0); in run()
185 mClient->decRef(); in run()
317 : mClient(c), in GetHostByNameHandler()
361 success = mClient->sendCode(ResponseCode::DnsProxyQueryResult) == 0; in run()
362 success &= sendhostent(mClient, hp); in run()
364 success = mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed, NULL, 0) == 0; in run()
[all …]
DDnsProxyListener.h58 SocketClient* mClient; // ref counted variable
87 SocketClient* mClient; //ref counted variable
119 SocketClient* mClient; // ref counted variable
/system/core/logd/
DLogTimes.cpp41 mClient(client), in LogTimeEntry()
65 if (mClient) { in startReader_Locked()
66 mClient->decRef(); in startReader_Locked()
80 SocketClient *client = me->mClient; in threadStop()
96 me->mClient = NULL; in threadStop()
117 SocketClient *client = me->mClient; in threadStart()
DFlushCommand.cpp56 if (entry->mClient == client) { in runSocketCommand()
DLogTimes.h53 SocketClient *mClient; variable
DLogReader.cpp174 if (entry->mClient == cli) { in doSocketDelete()