HomeSort by relevance Sort by last modified time
    Searched refs:SocketClient (Results 26 - 50 of 54) sorted by null

12 3

  /system/core/logd/
LogKlog.h 53 virtual bool onDataAvailable(SocketClient *cli);
FlushCommand.cpp 48 void FlushCommand::runSocketCommand(SocketClient *client) {
85 bool FlushCommand::hasReadLogs(SocketClient *client) {
LogBuffer.h 23 #include <sysutils/SocketClient.h>
54 uint64_t flushTo(SocketClient *writer, const uint64_t start,
LogBufferElement.h 24 #include <sysutils/SocketClient.h>
101 uint64_t flushTo(SocketClient *writer, LogBuffer *parent);
LogReader.cpp 39 bool LogReader::onDataAvailable(SocketClient *cli) {
168 void LogReader::doSocketDelete(SocketClient *cli) {
LogCommand.cpp 60 bool clientHasLogCredentials(SocketClient * cli) {
LogListener.cpp 37 bool LogListener::onDataAvailable(SocketClient *cli) {
LogTimes.cpp 26 LogTimeEntry::LogTimeEntry(LogReader &reader, SocketClient *client,
80 SocketClient *client = me->mClient;
117 SocketClient *client = me->mClient;
LogAudit.cpp 52 bool LogAudit::onDataAvailable(SocketClient *cli) {
LogBufferElement.cpp 193 uint64_t LogBufferElement::flushTo(SocketClient *reader, LogBuffer *parent) {
  /system/core/libsysutils/src/
SocketListener.cpp 30 #include <sysutils/SocketClient.h>
96 mClients->push_back(new SocketClient(mSock, false, mUseCmdNum));
218 mClients->push_back(new SocketClient(c, true, mUseCmdNum));
226 SocketClient* c = *it;
241 SocketClient* c = *it;
252 bool SocketListener::release(SocketClient* c, bool wakeup) {
288 SocketClient* c = *i;
297 SocketClient* c = *i;
316 SocketClient* c = *i;
325 SocketClient* c = *i
    [all...]
FrameworkListener.cpp 26 #include <sysutils/SocketClient.h>
54 bool FrameworkListener::onDataAvailable(SocketClient *c) {
85 void FrameworkListener::dispatchCommand(SocketClient *cli, char *data) {
NetlinkListener.cpp 44 bool NetlinkListener::onDataAvailable(SocketClient *cli)
  /system/netd/server/
DnsProxyListener.cpp 36 #include <sysutils/SocketClient.h>
52 SocketClient *c, char* host, char* service, struct addrinfo* hints,
82 static bool sendBE32(SocketClient* c, uint32_t data) {
89 static bool sendLenAndData(SocketClient* c, const int len, const void* data) {
94 static bool sendhostent(SocketClient *c, struct hostent *hp) {
121 static bool sendaddrinfo(SocketClient* c, struct addrinfo* ai) {
193 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli,
275 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli,
312 DnsProxyListener::GetHostByNameHandler::GetHostByNameHandler(SocketClient* c,
382 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli
    [all...]
BandwidthController.h 23 #include <sysutils/SocketClient.h>
93 int getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo);
165 static int parseForwardChainStats(SocketClient *cli, const TetherStats filter, FILE *fp,
CommandListener.cpp 37 #include <sysutils/SocketClient.h>
264 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli,
493 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli,
510 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, int argc, char **argv) {
570 int CommandListener::TetherCmd::runCommand(SocketClient *cli,
680 int CommandListener::NatCmd::runCommand(SocketClient *cli,
720 int CommandListener::PppdCmd::runCommand(SocketClient *cli,
772 int CommandListener::SoftapCmd::runCommand(SocketClient *cli,
818 int CommandListener::ResolverCmd::runCommand(SocketClient *cli, int argc, char **margv) {
874 void CommandListener::BandwidthControlCmd::sendGenericSyntaxError(SocketClient *cli, const char *usageMsg)
    [all...]
MDnsSdListener.cpp 36 #include <sysutils/SocketClient.h>
59 void MDnsSdListener::Handler::discover(SocketClient *cli,
109 char *quotedServiceName = SocketClient::quoteArg(serviceName);
130 void MDnsSdListener::Handler::stop(SocketClient *cli, int argc, char **argv, const char *str) {
154 void MDnsSdListener::Handler::serviceRegister(SocketClient *cli, int requestId,
200 char *quotedServiceName = SocketClient::quoteArg(serviceName);
210 void MDnsSdListener::Handler::resolveService(SocketClient *cli, int requestId,
256 char *quotedFullName = SocketClient::quoteArg(fullname);
257 char *quotedHostTarget = SocketClient::quoteArg(hosttarget);
270 void MDnsSdListener::Handler::getAddrInfo(SocketClient *cli, int requestId
    [all...]
FwmarkServer.cpp 31 bool FwmarkServer::onDataAvailable(SocketClient* client) {
48 int FwmarkServer::processClient(SocketClient* client, int* socketFd) {
  /system/vold/
CommandListener.cpp 37 #include <sysutils/SocketClient.h>
95 int CommandListener::sendGenericOkFail(SocketClient *cli, int cond) {
107 int CommandListener::DumpCmd::runCommand(SocketClient *cli,
136 int CommandListener::VolumeCmd::runCommand(SocketClient *cli,
281 int CommandListener::StorageCmd::runCommand(SocketClient *cli,
348 void CommandListener::AsecCmd::listAsecsInDirectory(SocketClient *cli, const char *directory) {
386 int CommandListener::AsecCmd::runCommand(SocketClient *cli,
528 int CommandListener::ObbCmd::runCommand(SocketClient *cli,
591 int CommandListener::FstrimCmd::runCommand(SocketClient *cli,
CryptCommandListener.cpp 38 #include <sysutils/SocketClient.h>
85 int CryptCommandListener::sendGenericOkFail(SocketClient *cli, int cond) {
112 int CryptCommandListener::CryptfsCmd::runCommand(SocketClient *cli,
Devmapper.cpp 35 #include <sysutils/SocketClient.h>
41 int Devmapper::dumpState(SocketClient *c) {
Loop.cpp 35 #include <sysutils/SocketClient.h>
41 int Loop::dumpState(SocketClient *c) {
VolumeManager.h 170 int listMountedObbs(SocketClient* cli);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 169 c = SocketClient(address)
286 def SocketClient(address):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 169 c = SocketClient(address)
286 def SocketClient(address):

Completed in 5391 milliseconds

12 3