HomeSort by relevance Sort by last modified time
    Searched full:port_ref (Results 1 - 12 of 12) sorted by null

  /external/libmojo/mojo/edk/system/ports/
node.h 21 #include "mojo/edk/system/ports/port_ref.h"
67 int GetPort(const PortName& port_name, PortRef* port_ref);
73 int CreateUninitializedPort(PortRef* port_ref);
76 int InitializePort(const PortRef& port_ref,
85 int SetUserData(const PortRef& port_ref,
87 int GetUserData(const PortRef& port_ref,
93 int ClosePort(const PortRef& port_ref);
96 int GetStatus(const PortRef& port_ref, PortStatus* port_status);
103 int GetMessage(const PortRef& port_ref, ScopedMessage* message);
109 int GetMessageIf(const PortRef& port_ref,
    [all...]
BUILD.gn 22 "port_ref.cc",
node_delegate.h 12 #include "mojo/edk/system/ports/port_ref.h"
41 virtual void PortStatusChanged(const PortRef& port_ref) = 0;
node.cc 104 int Node::GetPort(const PortName& port_name, PortRef* port_ref) {
109 *port_ref = PortRef(port_name, std::move(port));
113 int Node::CreateUninitializedPort(PortRef* port_ref) {
123 *port_ref = PortRef(port_name, std::move(port));
127 int Node::InitializePort(const PortRef& port_ref,
130 Port* port = port_ref.port();
142 delegate_->PortStatusChanged(port_ref);
169 int Node::SetUserData(const PortRef& port_ref,
171 Port* port = port_ref.port();
182 int Node::GetUserData(const PortRef& port_ref,
485 PortRef port_ref; local
    [all...]
port_ref.cc 5 #include "mojo/edk/system/ports/port_ref.h"
  /external/libmojo/mojo/edk/system/
data_pipe_control_message.h 13 #include "mojo/edk/system/ports/port_ref.h"
data_pipe_consumer_dispatcher.h 21 #include "mojo/edk/system/ports/port_ref.h"
data_pipe_producer_dispatcher.h 20 #include "mojo/edk/system/ports/port_ref.h"
message_pipe_dispatcher.h 18 #include "mojo/edk/system/ports/port_ref.h"
node_controller.h 98 int SendMessage(const ports::PortRef& port_ref,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc_config.h 79 #define TIPC_CMD_SHOW_PORT_STATS 0x0008 /* tx port_ref, rx ultra_string */
80 #define TIPC_CMD_RESET_PORT_STATS 0x0009 /* tx port_ref, rx none */
  /external/libmojo/
Android.mk 114 mojo/edk/system/ports/port_ref.cc \

Completed in 229 milliseconds