OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendMessageInternal
(Results
1 - 4
of
4
) sorted by null
/external/libmojo/mojo/edk/system/ports/
node.h
166
int
SendMessageInternal
(const PortRef& port_ref, ScopedMessage* message);
node.cc
312
int rv =
SendMessageInternal
(port_ref, &message);
823
int Node::
SendMessageInternal
(const PortRef& port_ref, ScopedMessage* message) {
[
all
...]
/system/connectivity/wificond/net/
netlink_manager.h
235
bool
SendMessageInternal
(const NL80211Packet& packet, int fd);
netlink_manager.cpp
247
if (!
SendMessageInternal
(packet, async_netlink_fd_.get())) {
257
if (!
SendMessageInternal
(packet, sync_netlink_fd_.get())) {
366
bool NetlinkManager::
SendMessageInternal
(const NL80211Packet& packet, int fd) {
Completed in 349 milliseconds