HomeSort by relevance Sort by last modified time
    Searched refs:SendMessageInternal (Results 1 - 4 of 4) sorted by null

  /external/libmojo/mojo/edk/system/ports/
node.h 172 int SendMessageInternal(const PortRef& port_ref, ScopedMessage* message);
node.cc 310 int rv = SendMessageInternal(port_ref, &message);
814 int Node::SendMessageInternal(const PortRef& port_ref, ScopedMessage* message) {
    [all...]
  /system/connectivity/wificond/net/
netlink_manager.h 263 bool SendMessageInternal(const NL80211Packet& packet, int fd);
netlink_manager.cpp 269 if (!SendMessageInternal(packet, async_netlink_fd_.get())) {
279 if (!SendMessageInternal(packet, sync_netlink_fd_.get())) {
388 bool NetlinkManager::SendMessageInternal(const NL80211Packet& packet, int fd) {

Completed in 610 milliseconds