OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SendMessageInternal
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/wificond/net/
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) {
/external/libmojo/mojo/edk/system/ports/
node.cc
312
int rv =
SendMessageInternal
(port_ref, &message);
823
int Node::
SendMessageInternal
(const PortRef& port_ref, ScopedMessage* message) {
[
all
...]
Completed in 224 milliseconds