Searched refs:sendToClientSocket (Results 1 – 2 of 2) sorted by relevance
/system/chre/host/common/ |
D | socket_server.cc | 112 if (sendToClientSocket(data, length, clientSocket, clientId)) { in sendToAllClients() 135 sent = sendToClientSocket(data, length, clientSocket, thisClientId); in sendToClientById() 227 bool SocketServer::sendToClientSocket(const void *data, size_t length, in sendToClientSocket() function in android::chre::SocketServer
|
/system/chre/host/common/include/chre_host/ |
D | socket_server.h | 116 bool sendToClientSocket(const void *data, size_t length, int clientSocket,
|