Searched refs:mClient (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | DnsProxyListener.cpp | 54 : 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 …]
|
D | DnsProxyListener.h | 58 SocketClient* mClient; // ref counted variable 87 SocketClient* mClient; //ref counted variable 119 SocketClient* mClient; // ref counted variable
|
/system/core/logd/ |
D | LogTimes.cpp | 41 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()
|
D | FlushCommand.cpp | 56 if (entry->mClient == client) { in runSocketCommand()
|
D | LogTimes.h | 53 SocketClient *mClient; variable
|
D | LogReader.cpp | 174 if (entry->mClient == cli) { in doSocketDelete()
|