OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMessageIf
(Results
1 - 5
of
5
) sorted by null
/external/libmojo/mojo/edk/system/ports/
node.h
107
// nullptr, then
GetMessageIf
acts just like GetMessage. The |selector| may
109
int
GetMessageIf
(const PortRef& port_ref,
node.cc
265
return
GetMessageIf
(port_ref, nullptr, message);
268
int Node::
GetMessageIf
(const PortRef& port_ref,
273
DVLOG(2) << "
GetMessageIf
for " << port_ref.name() << "@" << name_;
[
all
...]
/external/libmojo/mojo/edk/system/
message_pipe_dispatcher.cc
189
int rv = node_controller_->node()->
GetMessageIf
(
534
node_controller_->node()->
GetMessageIf
(
data_pipe_consumer_dispatcher.cc
529
int rv = node_controller_->node()->
GetMessageIf
(control_port_, nullptr,
data_pipe_producer_dispatcher.cc
507
int rv = node_controller_->node()->
GetMessageIf
(control_port_, nullptr,
Completed in 102 milliseconds