Home
last modified time | relevance | path

Searched defs:client (Results 1 – 5 of 5) sorted by relevance

/system/core/logd/
DFlushCommand.cpp48 void FlushCommand::runSocketCommand(SocketClient *client) { in runSocketCommand()
85 bool FlushCommand::hasReadLogs(SocketClient *client) { in hasReadLogs()
DLogTimes.cpp28 LogTimeEntry::LogTimeEntry(LogReader &reader, SocketClient *client, in LogTimeEntry()
82 SocketClient *client = me->mClient; in threadStop() local
119 SocketClient *client = me->mClient; in threadStart() local
/system/netd/server/
DFwmarkServer.cpp31 bool FwmarkServer::onDataAvailable(SocketClient* client) { in onDataAvailable()
48 int FwmarkServer::processClient(SocketClient* client, int* socketFd) { in processClient()
DCommandListener.cpp1377 int CommandListener::NetworkCommand::syntaxError(SocketClient* client, const char* message) { in syntaxError()
1382 int CommandListener::NetworkCommand::operationError(SocketClient* client, const char* message, in operationError()
1389 int CommandListener::NetworkCommand::success(SocketClient* client) { in success()
1394 int CommandListener::NetworkCommand::runCommand(SocketClient* client, int argc, char** argv) { in runCommand()
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp239 static void client(void) in client() function