Home
last modified time | relevance | path

Searched refs:sendToClientSocket (Results 1 – 2 of 2) sorted by relevance

/system/chre/host/common/
Dsocket_server.cc112 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/
Dsocket_server.h116 bool sendToClientSocket(const void *data, size_t length, int clientSocket,