Searched defs:sendMessage (Results 1 - 4 of 4) sorted by relevance

/system/chre/platform/linux/
H A Dhost_link.cc21 bool HostLink::sendMessage(const MessageToHost *message) { function in class:chre::HostLink
/system/chre/host/common/
H A Dsocket_client.cc81 bool SocketClient::sendMessage(const void *data, size_t length) { function in class:android::chre::SocketClient
/system/chre/platform/slpi/
H A Dhost_link.cc337 bool HostLink::sendMessage(const MessageToHost *message) { function in class:chre::HostLink
/system/netd/server/
H A DXfrmController.cpp205 virtual int sendMessage(uint16_t nlMsgType, uint16_t nlMsgFlags, uint16_t nlMsgSeqNum, function in class:android::net::__anon1910::XfrmSocketImpl
607 return sock.sendMessage(XFRM_MSG_UPDSA, NETLINK_REQUEST_FLAGS, 0, iov, iovLen);
679 return sock.sendMessage(XFRM_MSG_DELSA, NETLINK_REQUEST_FLAGS, 0, iov, iovLen);
707 ret = sock.sendMessage(XFRM_MSG_ALLOCSPI, NETLINK_REQUEST_FLAGS, 0, iov, iovLen);

Completed in 211 milliseconds