Home
last modified time | relevance | path

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

/system/chre/host/common/
Dsocket_server.cc111 if (sendToClientSocket(data, length, clientSocket, clientId)) { in sendToAllClients()
134 sent = sendToClientSocket(data, length, clientSocket, thisClientId); in sendToClientById()
228 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.h117 bool sendToClientSocket(const void *data, size_t length, int clientSocket,