Home
last modified time | relevance | path

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

/system/core/libsysutils/include/sysutils/
DFrameworkCommand.h21 class SocketClient; variable
DFrameworkListener.h22 class SocketClient; variable
/system/core/libsysutils/src/
DSocketClient.cpp33 SocketClient::SocketClient(int socket, bool owned) { in SocketClient() function in SocketClient
37 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) { in SocketClient() function in SocketClient
/system/chre/host/common/
Dsocket_client.cc36 SocketClient::SocketClient() { in SocketClient() function in android::chre::SocketClient
/system/core/logd/
DCommandListener.cpp60 int CommandListener::ShutdownCmd::runCommand(SocketClient* /*cli*/, in runCommand() argument