Home
last modified time | relevance | path

Searched refs:sendToClientById (Results 1 – 4 of 4) sorted by relevance

/system/chre/host/common/include/chre_host/
Dsocket_server.h82 bool sendToClientById(const void *data, size_t length, uint16_t clientId);
/system/chre/platform/android/
Dhost_link.cc63 SocketServerSingleton::get()->sendToClientById( in sendFlatbufferToHost()
/system/chre/host/common/
Dsocket_server.cc125 bool SocketServer::sendToClientById(const void *data, size_t length, in sendToClientById() function in android::chre::SocketServer
Ddaemon_base.cc203 mServer.sendToClientById(messageBuffer, static_cast<size_t>(messageLen), in onMessageReceived()