OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SocketClient
(Results
26 - 29
of
29
) sorted by null
1
2
/system/core/libsysutils/src/
SocketListener.cpp
30
#include <sysutils/
SocketClient
.h>
82
mClients->push_back(new
SocketClient
(mSock));
183
mClients->push_back(new
SocketClient
(c));
/system/core/nexus/
SupplicantListener.cpp
44
bool SupplicantListener::onDataAvailable(
SocketClient
*cli) {
/system/vold/
Devmapper.cpp
33
#include <sysutils/
SocketClient
.h>
37
int Devmapper::dumpState(
SocketClient
*c) {
VolumeManager.cpp
171
int VolumeManager::listVolumes(
SocketClient
*cli) {
Completed in 226 milliseconds
1
2